UNPKG

1.08 kBJSONView Raw
1{
2 "name": "askconfig",
3 "version": "3.0.1",
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 "dependencies": {
25 "argx": "^2.0.2",
26 "cli-color": "^1.1.0",
27 "co": "^4.6.0",
28 "objnest": "^2.0.5"
29 },
30 "devDependencies": {
31 "ape-compiling": "^4.2.0",
32 "ape-covering": "^3.0.3",
33 "ape-releasing": "^3.1.1",
34 "ape-reporting": "^3.0.1",
35 "ape-tasking": "^4.0.1",
36 "ape-testing": "^4.0.0",
37 "ape-tmpl": "^5.0.2",
38 "ape-updating": "^3.0.2",
39 "coz": "^6.0.2",
40 "coz-tmpl": "^1.2.1",
41 "injectmock": "^2.0.0"
42 },
43 "engines": {
44 "node": ">=6",
45 "npm": ">=3"
46 }
47}