-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 loc) · 1.06 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
{
"name": "makenode",
"description": "Configures new sudo mesh nodes",
"version": "0.0.0",
"author": {
"name": "Marc Juul",
"email": "[email protected]",
"url": "http://juul.io"
},
"main": "./index",
"keywords": [
"sudomesh",
"mesh",
"node",
"configure"
],
"repository": {
"type": "git",
"url": "https://github.com/sudomesh/makenode.git"
},
"dependencies": {
"async": "^1.0.0",
"crypt3": "~0.2.0",
"fs-extra": "^0.26.5",
"glob": "^5.0.9",
"ip": "^0.3.2",
"ipk-builder": "sudomesh/ipk-builder",
"netmask": "^1.0.5",
"node.extend": "~1.1.0",
"optimist": "~0.6.1",
"password-generator": "~0.2.2",
"request": "^2.79.0",
"ssh2": "~0.3.4",
"ssl-root-cas": "^1.1.10",
"underscore": "~1.6.0",
"uuid": "^3.2.1",
"walk": "^2.3.9"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sudomesh/makenode/issues"
},
"homepage": "https://github.com/sudomesh/makenode",
"maintainers": [
{
"name": "Marc Juul",
"email": "[email protected]"
}
]
}