-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.21 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
{
"name": "pkjutil",
"description": "Package.json utility tool",
"keywords": [
"package.json",
"utility",
"tool"
],
"version": "1.0.2",
"homepage": "http://github.com/cliffano/pkjutil",
"author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
"contributors": [
"All contributors (https://github.com/cliffano/pkjutil/graphs/contributors)"
],
"main": "./lib/pkjutil",
"bin": {
"pkjutil": "./bin/pkjutil"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "http://github.com/cliffano/pkjutil.git"
},
"bugs": {
"url": "http://github.com/cliffano/pkjutil/issues"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"test": "./test"
},
"dependencies": {
"async": "^2.1.1",
"bagofcli": "^1.0.0",
"bagofrequest": "^1.0.0",
"colors": "^1.1.2",
"lodash": "^4.16.4",
"prod": "^1.0.1",
"semver": "^5.3.0"
},
"devDependencies": {
"buster-node": "^0.7.1",
"proxyquire": "^1.7.10",
"referee": "^1.2.0"
},
"scripts": {},
"engines": {
"node": "'>= 4.0.0'"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/cliffano/pkjutil/raw/master/LICENSE"
}
]
}