UNPKG

1.09 kBJSONView Raw
1{
2 "name": "askconfig",
3 "version": "2.0.0",
4 "description": "Node.js module to ask for configuration via interactive shell",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "okunishinishi/node-askconfig",
10 "keyword": [
11 "interactive",
12 "ask",
13 "config"
14 ],
15 "author": {
16 "name": "Taka Okunishi",
17 "url": "http://okunishitaka.com"
18 },
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/okunishinishi/node-askconfig/issues"
22 },
23 "homepage": "https://github.com/okunishinishi/node-askconfig#readme",
24 "devDependencies": {
25 "ape-compiling": "^3.1.0",
26 "ape-covering": "^2.0.2",
27 "ape-releasing": "^2.0.0",
28 "ape-reporting": "^2.0.3",
29 "ape-tasking": "^2.0.0",
30 "ape-testing": "^2.0.0",
31 "ape-tmpl": "^2.0.5",
32 "ape-updating": "^2.0.1",
33 "coz": "^3.1.6",
34 "coz-tmpl": "^1.1.0",
35 "injectmock": "^1.1.3"
36 },
37 "dependencies": {
38 "argx": "^1.3.1",
39 "async": "^1.5.0",
40 "cli-color": "^1.1.0",
41 "extend": "^3.0.0",
42 "objnest": "^2.0.3"
43 },
44 "engines": {
45 "node": ">=4.0.0"
46 }
47}
\No newline at end of file