-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "machine-learning-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "babel -d lib/ src/",
"compiletest": "babel -d lib/ test/",
"start": "babel-node index.js",
"nodemon": "nodemon --exec npm start",
"nodemontest": "nodemon --exec npm test",
"test": "node_modules/.bin/mocha --compilers js:babel-core/register --require babel-polyfill"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-preset-node6": "^11.0.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"crypto": "0.0.3",
"es6-promisify": "^5.0.0",
"http": "0.0.0",
"karma": "^1.3.0",
"machine_learning": "^0.1.1",
"mathjs": "^3.8.0",
"mocha": "^3.2.0",
"mocha-clean": "^1.0.0",
"querystring": "^0.2.0",
"sha1": "^1.1.1",
"should": "^11.1.2",
"sylvester": "0.0.21"
},
"devDependencies": {
"babel": "^4.6.0",
"babel-cli": "^6.18.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-stage-3": "^6.17.0"
}
}