forked from jansmolders86/mediacenterjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·77 lines (77 loc) · 2.13 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
76
77
{
"name": "mediacenterjs",
"version": "0.1.3",
"description": "A NodeJS based mediacenter for your browser",
"homepage": "http://www.mediacenterjs.com",
"author": "Jan Smolders <[email protected]>",
"contributors": [
"Adam Schodde <[email protected]>",
"Claire Sarsam <[email protected]>",
"Terry Moore II <[email protected]>",
"Jonathan Bailey",
"Stefan Hoffman <[email protected]>",
"Ionică Bizău <[email protected]>"
],
"repository": {
"type": "git",
"url": "http://github.com/jansmolders86/mediacenterjs.git"
},
"scripts": {
"start": "node server.js"
},
"bin": {
"mediacenterjs": "./server.js"
},
"dependencies": {
"adm-zip": "^0.4.4",
"async": "1.0.0",
"colors": "^1.0.3",
"dateformat": "^1.0.11",
"express": "^4.11.0",
"bluebird": "^2.10.1",
"body-parser": "^1.10.1",
"serve-static": "^1.8.0",
"serve-favicon": "^2.2.0",
"errorhandler": "^1.3.2",
"fluent-ffmpeg": "^1.7.2",
"fs-extra": "^0.16.3",
"ini": "^1.3.2",
"is-there": "^1.1.0",
"jade": "^1.7.0",
"lastfmapi": "^0.0.5",
"lingua": "^0.4.0",
"method-override": "^2.3.1",
"moviedb": "^0.2.0",
"musicmetadata": "^0.4.6",
"node-ffprobe": "^1.2.2",
"node-schedule": "^0.1.13",
"npm": "^3.5.0",
"open": "^0.0.5",
"request": "^2.51.0",
"rimraf": "^2.1.4",
"semver": ">=2.0.0",
"sequelize": "^3.0.0",
"socket.io": "^0.9.16",
"sqlite3": "^3.0.8",
"to-title-case": "^0.1.5",
"umzug": "^1.6.0",
"underscore": "^1.7.0",
"walk": "^2.0.0",
"wget": "^0.0.1",
"winston": "^0.8.3"
},
"bugs": {
"url": "https://github.com/jansmolders86/mediacenterjs/issues"
},
"main": "index.js",
"devDependencies": {},
"keywords": [
"mediacenter",
"media"
],
"license": [
{
"type":"GPL-3.0"
}
]
}