UNPKG

1.09 kBJSONView Raw
1{
2 "name": "apeman-demo-cmd",
3 "version": "3.0.2",
4 "description": "Demo of command project.",
5 "main": "lib",
6 "bin": {
7 "apeman-demo-cmd": "./bin/apeman-demo-cmd"
8 },
9 "scripts": {
10 "test": "./ci/test.js"
11 },
12 "repository": "apeman-demo-labo/apeman-demo-cmd",
13 "keywords": [
14 "apeman",
15 "command"
16 ],
17 "author": {
18 "name": "Taka Okunishi",
19 "email": "okunishitaka.com@gmail.com",
20 "url": "http://okunishitaka.com"
21 },
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/apeman-demo-labo/apeman-demo-cmd/issues"
25 },
26 "homepage": "https://github.com/apeman-demo-labo/apeman-demo-cmd#readme",
27 "dependencies": {
28 "apemanpromise": "^3.1.1",
29 "argx": "^2.0.2",
30 "co": "^4.6.0",
31 "commander": "^2.9.0"
32 },
33 "devDependencies": {
34 "ape-covering": "^2.0.2",
35 "ape-releasing": "^2.0.1",
36 "ape-reporting": "^2.0.3",
37 "ape-tasking": "^2.0.2",
38 "ape-testing": "^2.0.1",
39 "ape-tmpl": "^4.0.4",
40 "ape-updating": "^2.0.4",
41 "coz": "^4.0.4",
42 "injectmock": "^1.1.3"
43 },
44 "engines": {
45 "node": ">=4.0.0"
46 }
47}