forked from jansmolders86/mediacenterjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·92 lines (92 loc) · 2.05 KB
/
package.json
File metadata and controls
executable file
·92 lines (92 loc) · 2.05 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "mediacenterjs",
"version": "0.1.2",
"description": "A NodeJS based mediacenter for your browser",
"homepage": "http://www.mediacenterjs.com",
"author": {
"name": "Jan Smolders",
"email": "jansmolders86@gmail.com"
},
"contributors": [
{
"name": "Adam Schodde",
"email": "sparky1010+github@gmail.com"
},
{
"name": "Claire Sarsam",
"email": "csarsam+github@gmail.com"
},
{
"name": "Terry Moore II",
"email": "terry.moore.ii@gmail.com"
},
{
"name": "Jonathan Bailey"
},
{
"name": "Stefan Hoffman",
"email": "stefhoff@go4more.de"
},
{
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com"
}
],
"licenses": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses"
}
],
"repository": {
"type": "git",
"url": "http://github.com/jansmolders86/mediacenterjs.git"
},
"scripts": {
"start": "node server.js"
},
"bin": {
"mediacenterjs": "./server.js"
},
"readmeFilename": "README.md",
"dependencies": {
"adm-zip": "0.4.3",
"async": "0.2.9",
"colors": "0.6.0-1",
"dateformat": "1.0.4-1.2.3",
"downloader": "0.1.2",
"express": "3.15.0",
"feedparser": "0.15.4",
"fluent-ffmpeg": ">=1.7.2",
"fs-extra": "0.8.1",
"fs.extra": "1.2.1",
"graceful-fs": "~2.0.3",
"ini": "1.1.0",
"jade": "1.7.0",
"lastfmapi": "~0.0.5",
"lingua": "0.3.6",
"method-override": "2.1.3",
"moviedb": "~0.1.0",
"musicmetadata": "0.2.5",
"node-ffprobe": "1.2.2",
"node-html-encoder": "0.0.2",
"node-schedule": "~0.1.13",
"npm": "1.3.15",
"open": "0.0.3",
"redis": "0.8.3",
"request": "2.16.6",
"require": "0.5.0",
"rimraf": "2.1.4",
"semver": ">=2.0.0",
"sequelize": "^1.7.9",
"socket.io": "~0.9.16",
"sqlite3": "^2.2.7",
"to-title-case": "^0.1.5",
"trakt": "0.0.5-2",
"underscore": "~1.5.2",
"walk": ">=1.2.2",
"wget": ">=0.0.1",
"youtube-api": "~0.3.0",
"winston":">=0.8.3"
}
}