forked from grownseed/haibu-ishiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 905 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
40
{
"name": "haibu-ishiki",
"description": "Node deployment server - wrapper for haibu, http-proxy and carapace with permissions and automatic node versions",
"version": "0.2.2",
"author": {
"name": "Hadrien Jouet",
"email": "hj@grownseed.net"
},
"repository": {
"type": "git",
"url": "https://github.com/grownseed/haibu-ishiki"
},
"keywords": [
"haibu",
"ishiki",
"carapace",
"http-proxy",
"automated node versions",
"deployment"
],
"dependencies": {
"union": "0.3.6",
"flatiron": "0.3.3",
"haibu": "0.10.x",
"semver": "1.1.2",
"tar": "0.1.17",
"http-proxy": "0.10.2",
"mongodb": "1.2.x",
"bcrypt": "0.7.x",
"commander": "1.3.0"
},
"main": "./bin/ishiki",
"preferGlobal": true,
"bin": {
"ishiki": "./bin/ishiki"
},
"engines": {
"node": "0.8.x"
}
}