forked from Makeblock-official/neuron-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 784 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 784 Bytes
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
{
"name": "neurons-engine",
"version": "0.0.1",
"repository": {},
"dependencies": {
"async": "^1.5.2",
"bluebird": "^3.3.3",
"log4js": "^0.6.37",
"moment": "^2.13.0",
"mqtt": "^1.10.0",
"serialport": "^2.1.2",
"underscore": "^1.8.3",
"when": "^3.7.7",
"ws": "^0.8.1"
},
"devDependencies": {
"blessed": "^0.1.81",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-uglify": "^3.0.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.1",
"log": "^1.4.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp test"
}
}