forked from netbeast/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.77 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "nb-dashboard",
"description": "netbeast os dashboard, IoT apps manager",
"version": "0.2.0",
"preferGlobal": "true",
"dependencies": {
"app-module-path": "^1.0.4",
"ascii-table": "0.0.8",
"async": "^1.4.2",
"body-parser": "^1.12.2",
"chalk": "^1.1.1",
"commander": "^2.7.1",
"debug": "^2.1.3",
"decompress": "^3.0.0",
"express": "^4.12.3",
"forever-monitor": "^1.7.0",
"fs-extra": "^0.26.0",
"gift": "^0.6.1",
"http-proxy": "^1.10.1",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"morgan": "^1.5.2",
"multer": "0.1.8",
"portfinder": "^0.4.0",
"request": "^2.55.0",
"serve-favicon": "^2.2.0",
"sha1": "^1.1.0",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.7",
"sqlite3": "^3.1.0"
},
"bin": {
"dashboard": "index.js",
"nb-dashboard": "index.js"
},
"devDependencies": {
"browserify": "^12.0.1",
"chai": "^3.2.0",
"dropzone": "^4.0.1",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.1.1",
"gulp-nodemon": "^2.0.3",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"istanbul": "^0.4.0",
"md5": "^2.0.0",
"mocha": "^2.3.3",
"store": "^1.3.17",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/netbeast/dashboard"
},
"keywords": [
"netbeast",
"beast",
"iot",
"node",
"dashboard",
"smart",
"router"
],
"scripts": {
"test": "./test/index.sh",
"build": "./node_modules/gulp/bin/gulp.js build",
"serve": "./node_modules/gulp/bin/gulp.js serve",
"app": "./node_modules/gulp/bin/gulp.js"
},
"author": "staff@netbeast",
"license": "AGPL-3.0"
}