-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "space_nemotoads",
"version": "1.0.0",
"description": "code for client-server and API access",
"main": "index.js",
"scripts": {
"test": "mocha",
"preinstall": "npm install lib/johnny-five",
"start": "browserify client/app.js -o client/bundle.js & node server"
},
"author": "sf",
"license": "ISC",
"devDependencies": {
"backbone": "^1.2.3",
"body-parser": "^1.14.2",
"browser-sync": "^1.3.3",
"chai": "^3.4.1",
"chai-http": "^1.0.0",
"csv-string": "^2.3.0",
"csvtojson": "^0.5.2",
"express": "^4.13.3",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.1",
"gulp-nodemon": "^1.0.4",
"gulp-open": "^1.0.0",
"jquery": "^2.2.0",
"json-2-csv": "^2.0.10",
"mocha": "^2.3.4",
"request": "^2.69.0",
"restler": "^3.4.0",
"sinon": "^1.17.2",
"supertest": "^1.1.0",
"underscore": "1.8.3",
"vinyl-source-stream": "^1.1.0",
"winston": "^2.1.1"
},
"dependencies": {
"johnny-five": "file:lib/johnny-five"
}
}