-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 848 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·34 lines (34 loc) · 848 Bytes
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
{ "name": "bon"
, "description": "bash on node"
, "keywords": [ "bash", "meta", "cli", "NODE_PATH", "global", "module", "path" ]
, "version": "0.1.4"
, "repository":
{ "type": "git"
, "url": "git://github.com/orlin/bon.git"
}
, "bugs":
{ "mail": "om@soundsapiens.com"
, "url" : "https://github.com/orlin/bon/issues"
}
, "author": "Orlin M Bozhinov <om@soundsapiens.com>"
, "contributors": []
, "dependencies":
{ "install-g": "*" }
, "devDependencies":
{ "batshit": "*" }
, "bin":
{ "bon" : "./bon.sh"
, "bon-p": "./bon-p.sh"}
, "preferGlobal": true
, "scripts":
{ "install": "node_modules/.bin/install-g || true"
, "preptest": "./preptest.sh"
, "test": "batshit -t test" }
, "os" : [ "!win32" ]
, "engines" : { "node": ">= 0.10.0" }
, "licenses":
[ { "type": "Unlicense"
, "url" : "http://unlicense.org"
}
]
}