forked from jayrox/manage-this-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 900 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": "manage-this-node",
"version": "0.1.1",
"description": "A landing page for your WebApps",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"fs-extra": "^0.26.4",
"hbs": "~3.1.0",
"lodash": "^4.0.0",
"moment": "^2.11.1",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"x-ray": "^2.0.3"
},
"repository": "git://github.com/onedr0p/manage-this-node",
"keywords": [
"couchpotato",
"sonarr",
"plex",
"plexpy",
"emby",
"glances",
"rtorrent",
"rutorrent",
"deluge"
],
"engines": {
"node": ">=0.10"
},
"author": "Devin Buhl <[email protected]>",
"license": "GPL",
"devDependencies": {
"jshint": "^2.9.1-rc1"
}
}