-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1010 Bytes
/
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
{
"name": "iot-dashboard",
"descrption": "Web Dashboard for Internet of Things.",
"version": "0.0.1",
"author": {
"name": "Shuhei Hiya"
},
"scripts": {
"start": "node app"
},
"engines": {
"node": ">=4.2.*"
},
"dependencies": {
"d3": "^3.5.9",
"eventemitter2": "^0.4.14",
"jquery": "^2.1.4",
"jquery-ui": "^1.10.5",
"uuid": "^2.0.1"
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"browserify": "^12.0.1",
"cssnano": "^3.3.2",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-imagemin": "^2.4.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"imagemin-pngquant": "^4.2.0",
"moment": "^2.10.6",
"postcss": "^5.0.11",
"postcss-import": "^7.1.3",
"postcss-mixins": "^2.1.1",
"postcss-nested": "^1.0.0",
"postcss-simple-vars": "^1.1.0",
"vinyl-buffer": "*",
"vinyl-source-stream": "*"
}
}