-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 950 Bytes
/
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
{
"name": "cjdnstool",
"version": "1.0.13",
"description": "Diagnostic tools for cjdns",
"main": "index.js",
"scripts": {
"test": "node ./cjdnstool.js",
"flow": "./node_modules/.bin/flow",
"lint": "jshint --verbose --config .jshintrc --exclude-path .jshintignore ."
},
"author": "Caleb James DeLisle",
"license": "GPL-3.0+",
"dependencies": {
"cjdnsaddr": "^1.0.0",
"cjdnsadmin": "^1.0.3",
"cjdnsann": "^0.1.4",
"cjdnsconf": "^1.0.1",
"cjdnsctrl": "0.0.6",
"cjdnsencode": "0.0.3",
"cjdnskeys": "^0.1.5",
"cjdnsniff": "^0.2.11",
"cjdnsplice": "^0.2.6",
"diff": "^3.5.0",
"minimist": "^1.2.0",
"nthen": "^0.1.7",
"tweetnacl": "~0.14.3"
},
"repository": "https://github.com/cjdelisle/cjdnstool",
"bin": {
"cjdnstool": "./cjdnstool.js"
},
"devDependencies": {
"flow-bin": "^0.66.0",
"jshint": "^2.9.5"
},
"engines": {
"node": ">=6.0.0"
}
}