forked from noway/cjdmaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (50 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
57
58
59
60
{
"name": "cjdmaid",
"version": "0.1.9",
"author": "noway421 <noway@2ch.hk>",
"description": "Cjdns peers manager",
"bugs": {
"url": "https://github.com/noway421/cjdmaid/issues",
"email": "noway@2ch.hk"
},
"license": "gpl-v3.0",
"repository": {
"type": "git",
"url": "https://github.com/noway421/cjdmaid"
},
"scripts": {
"install": "node install.js"
},
"bin" : {
"cjdmaid": "./bin/cjdmaid",
"cjdmaid-addpass": "./bin/cjdmaid-addpass",
"cjdmaid-addpeer": "./bin/cjdmaid-addpeer",
"cjdmaid-allowcon": "./bin/cjdmaid-allowcon",
"cjdmaid-outcon": "./bin/cjdmaid-outcon",
"cjdmaid-admin": "./bin/cjdmaid-admin",
"cjdmaid-dumptable": "./bin/cjdmaid-dumptable",
"cjdmaid-findnodes": "./bin/cjdmaid-findnodes",
"cjdmaid-ping": "./bin/cjdmaid-ping"
},
"config": {
"production": true
},
"dependencies": {
"commander": "~1.3.0",
"when": "~2.1.0",
"json-comments-js": "~0.0.3",
"bencode": "~0.4.3"
},
"bundledDependencies": [
"commander",
"when",
"json-comments-js",
"bencode"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-simple-mocha": "~0.4.0"
},
"preferGlobal": true
}