-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.34 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
43
44
45
46
47
48
49
50
51
52
{
"name": "smart-car",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node --harmony index",
"init": "npm i && cd client && bower install",
"build": "node --harmony node_modules/gulp/bin/gulp.js --gulpfile ./client/gulpfile.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"co-monk": "^1.0.0",
"cylon": "^0.19.1",
"cylon-firmata": "^0.16.0",
"cylon-gpio": "^0.19.0",
"cylon-i2c": "^0.16.1",
"express": "^4.10.1",
"johnny-five": "^0.8.26",
"serialport": "^1.4.6",
"keypress": "^0.2.1",
"koa": "^0.13.0",
"koa-hbs": "^0.5.0",
"koa-logger": "^1.2.2",
"koa-router": "^3.7.0",
"koa-session": "^2.0.0",
"koa-static": "^1.4.7",
"math-statistics": "^1.0.3",
"monitor.io": "^0.1.0",
"monk": "^0.9.1",
"play": "^0.5.0",
"r-pi-usonic": "^2.3.2",
"socket.io": "^1.2.0"
},
"devDependencies": {
"browser-sync": "^1.7.0",
"gulp": "^3.4.0",
"gulp-cache": "^0.2.4",
"gulp-clean": "^0.3.1",
"gulp-filter": "^1.0.2",
"gulp-image-optimization": "^0.1.3",
"gulp-imagemin": "^1.1.0",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-css": "^0.3.11",
"gulp-minify-html": "^0.1.6",
"gulp-uglify": "^1.0.1",
"gulp-usemin": "^0.3.8",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.2.0"
}
}