forked from adityamukho/Berserker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.16 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
{
"name": "berserker",
"description": "Web-based frontend for Aria2-JSONRPC",
"version": "0.4.5",
"main": "node/berserker.js",
"author": {
"name": "Aditya Mukhopadhyay",
"email": "aditya.mukhopadhyay@gmail.com",
"url": "http://adityamukho.com/"
},
"contributors": [{
"name": "Aditya Mukhopadhyay",
"email": "aditya.mukhopadhyay@gmail.com",
"url": "http://adityamukho.com/"
}, {
"name": "Michael Zehrer",
"email": "zehrer@zepan.org",
"url": "http://www.zepan.org"
}],
"keywords": [
"download manager",
"bittorrent",
"aria",
"metalink",
"gui"
],
"repository": {
"type": "git",
"url": "git://github.com/adityamukho/Berserker.git"
},
"bugs": {
"url": "http://github.com/adityamukho/Berserker/issues"
},
"license": {
"type": "apache20"
},
"dependencies": {
"router": "0.6.2",
"mime": "1.2.9",
"websocket": "1.0.8",
"mkdirp": "0.3.5"
},
"scripts": {
"start": "node ./node/berserker.js"
},
"engines": {
"node": ">=0.10.0"
},
"bin": {
"berserker": "./bin/berserker"
},
"preferGlobal": true,
"devDependencies": {
"memwatch": "~0.2.2"
}
}