-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.38 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
{
"name": "cli-chain",
"description": "chainable cli creation, minimal, interactive, powerful.",
"version": "0.0.11",
"main": "src/index.js",
"module": "src/index.js",
"scripts": {
"test": "ava --verbose"
},
"names": [
"flipcli"
],
"todoDependencies": {
"fuzzy": "0.1.3",
"commander": "^2.9.0",
"inquirer-autocomplete-prompt": "0.8.0",
"rx": "^4.1.0",
"flipcache": "*"
},
"devDependencies": {
"ava": "^0.19.0",
"fosho": "*",
"fluent-skeleton": "*"
},
"dependencies": {
"execa": "^0.6.3",
"configstore": "*",
"likeaboss": "*",
"funwithflags": "*",
"flipchain": "*",
"flipfile": "*",
"fliplog": "*",
"script-chain": "*",
"inquirer": "^3.0.6",
"inspector-gadget": "*",
"lodash.sortby": "^4.7.0",
"to-arr": "*",
"arr-to-obj": "*",
"vorpal": "^1.12.0",
"does-include": "*"
},
"keywords": [
"cli",
"vorpal",
"fluent",
"interactive",
"chain",
"easy",
"creation",
"minimal",
"nodejs",
"fliphub",
"flipbox",
"webpack-chain",
"flipchain"
],
"license": "MIT",
"author": "James <[email protected]>",
"homepage": "https://github.com/fliphub/fliphub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fliphub/fliphub.git"
},
"bugs": {
"url": "https://github.com/fliphub/fliphub/issues"
}
}