-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.73 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"title": "Chainy CLI",
"name": "chainy-cli",
"version": "1.0.3",
"preferGlobal": true,
"description": "The command line interface for Chainy",
"homepage": "https://github.com/chainyjs/chainy-cli",
"license": {
"type": "MIT"
},
"badges": {
"npm": true,
"david": true,
"daviddev": true,
"gittip": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V",
"travis": false
},
"keywords": [
"flow",
"control",
"async",
"sync",
"tasks",
"batch",
"concurrency",
"data"
],
"author": "2014+ Bevry Pty Ltd <[email protected]> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (https://github.com/balupton)"
],
"bugs": {
"url": "https://github.com/chainyjs/chainy-cli/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/chainyjs/chainy-cli.git"
},
"engines": {
"node": ">=0.4"
},
"dependencies": {
"browserify": "^4.2.0",
"chainy-core": "1",
"chainy-plugin-exec": "1",
"chainy-plugin-each": "1",
"chainy-plugin-map": "1",
"chainy-plugin-set": "1",
"extendr": "^2.1.0",
"heredoc": "^1.2.0",
"inquirer": "^0.5.1",
"longjohn": "^0.2.4",
"mkdirp": "^0.5.0",
"nopt": "^3.0.1",
"npm": "^1.4.20"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"projectz": "^0.3.15"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/chainy-cli.js",
"bin": {
"chainy": "./bin/chainy",
"chainy-cli": "./bin/chainy"
}
}