-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·66 lines (66 loc) · 1.57 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
{
"name": "ezseed2",
"version": "2.1.23",
"keywords": [
"seedbox",
"torrent"
],
"licence": {
"type": "Creative Commons BY-NC-SA",
"url": "https://github.com/soyuka/ezseed2/blob/master/LICENCE"
},
"bin": {
"ezseed": "./bin/ezseed"
},
"repository": {
"type": "git",
"url": "https://github.com/soyuka/ezseed2"
},
"scripts": {
"start": "ezseed start",
"test": "mocha test"
},
"homepage": "http://soyuka.github.io/ezseed2",
"description": "Easy seedbox to be shared with friends or family",
"author": {
"name": "Soyuka",
"email": "[email protected]",
"url": "http://ezseed.io"
},
"dependencies": {
"express": "3.2.5",
"ejs": "~0.8.4",
"underscore": "~1.4.4",
"underscore.string": "~2.3.1",
"bcrypt-nodejs": "0.0.3",
"mime": "~1.2.9",
"allocine-api": "~0.1.4",
"id3": "~0.0.2",
"socket.io": "~0.9.16",
"mongoose": "~3.6.11",
"archiver": "~0.4.5",
"explorer": "0.0.5",
"async": "~0.2.9",
"memory-cache": "~0.0.5",
"prettysize": "0.0.3",
"jsonfile": "1.1.0",
"commander": "~2.0.0",
"promptly": "~0.2.0",
"colors": "~0.6.2",
"connect-mongo": "~0.3.3",
"request": "~2.27.0",
"node-markdown": "~0.1.1",
"caterpillar-filter": "~2.0.3",
"caterpillar-human": "~2.1.2",
"caterpillar": "~2.0.7",
"mkdirp": "~0.3.5",
"tmdb-3": "0.0.5",
"spawn-command": "0.0.2",
"winston": "git://github.com/soyuka/winston.git",
"shelljs": "~0.2.6"
},
"devDependencies": {
"mocha": "^1.18.2",
"should": "^3.2.0-beta1"
}
}