forked from lienma/UpsBoard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (40 loc) · 1.05 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
{
"name": "UpStatsBoard",
"description": "Usenet + plex + Stats Board, allows you to monitor your usenet services (SABnzbd+, Sick Beard, & CouchPotato), Plex, & your system (CPU Usage, Memory Usage, Bandwidth Usage, & Disk Space Usage)",
"version": "0.2.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "1.0.2",
"colors": "0.6.2",
"cookie-parser": "1.0.1",
"cookie-session": "1.0.1",
"csurf": "1.1.0",
"express": "4.0.0",
"express-uglify": "0.3.1",
"forever-monitor": "1.2.3",
"errorhandler": "1.0.0",
"method-override": "1.0.0",
"morgan": "1.0.0",
"node-schedule": "0.1.13",
"response-time": "1.0.0",
"serve-static": "1.0.4",
"static-favicon": "1.0.2",
"jade": "1.3.1",
"stylus": "0.44.0-beta3",
"nib": "1.0.2",
"passport": "0.2.0",
"passport-local": "1.0.0",
"bcrypt-nodejs": "0.0.3",
"gm": "1.14.2",
"ssh2": "0.2.21",
"moment": "2.6.0",
"request": "2.34.0",
"xml2js": "0.4.2",
"os-utils": "0.0.14",
"when": "3.1.0",
"underscore": "1.6.0"
}
}