-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
63 lines (63 loc) · 1.33 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
{
"name": "pi-dashboard",
"description": "Node server and web interface for monitoring Raspberry Pi remotely.",
"version": "0.0.9",
"main": "bin/index.js",
"scripts": {
"postinstall": "bower install && ./key-gen.sh"
},
"keywords": [
"dashboard",
"web",
"ui",
"ssh",
"terminal",
"raspberry pi",
"monitor",
"pidash",
"user",
"simple",
"controller"
],
"bin": {
"PiDash": "./bin/server.js"
},
"contributors": [{
"name": "Jakub Mandula",
"email": "[email protected]"
}],
"repository": {
"type": "git",
"url": "https://github.com/zpiman/PiDashboard"
},
"bugs": {
"url": "https://github.com/zpiman/PiDashboard/issues"
},
"dependencies": {
"body-parser": "*",
"bower": "1.3.x",
"colors": "0.6.x",
"connect-flash": "~0.1.1",
"cookie-parser": "*",
"crypt3": "*",
"ejs": "~0.8.5",
"express": "4.x",
"express-session": "*",
"gulp": "^3.6.2",
"gulp-autoprefixer": "*",
"gulp-less": "*",
"gulp-minify-css": "*",
"gulp-nodemon": "*",
"gulp-uglify": "*",
"jsonwebtoken": "*",
"morgan": "*",
"optimist": "0.6.x",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"pty.js": "^0.2.4",
"socket.io": "1.x.x",
"socketio-jwt": "*",
"term.js": "0.0.4",
"uglify-js": "2.x"
}
}