UNPKG

1.23 kBJSONView Raw
1{
2 "name": "apeman-d",
3 "version": "1.1.2",
4 "description": "Daemon manager for apeman.",
5 "main": "lib",
6 "bin": {
7 "apeman-d": "./bin/apeman-d"
8 },
9 "scripts": {
10 "test": "./ci/test.js"
11 },
12 "repository": "apeman-cmd-labo/apeman-d",
13 "keywords": [
14 "apeman",
15 "command"
16 ],
17 "author": {
18 "email": "okunishitaka.com@gmail.com",
19 "name": "Taka Okunishi",
20 "url": "http://okunishitaka.com"
21 },
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/apeman-cmd-labo/apeman-d/issues"
25 },
26 "homepage": "https://github.com/apeman-cmd-labo/apeman-d#readme",
27 "dependencies": {
28 "ape-tmpl": "^2.0.5",
29 "apemanfile": "^3.1.2",
30 "argx": "^1.3.1",
31 "arrayfilter": "^1.1.2",
32 "async": "^1.5.0",
33 "commander": "^2.9.0",
34 "execcli": "^3.0.0",
35 "findout": "^1.2.3",
36 "stringcase": "^2.0.0"
37 },
38 "devDependencies": {
39 "ape-covering": "^2.0.0",
40 "ape-releasing": "^2.0.0",
41 "ape-reporting": "^2.0.3",
42 "ape-tasking": "^2.0.0",
43 "ape-testing": "^2.0.0",
44 "ape-tmpl": "^2.0.5",
45 "ape-updating": "^2.0.0",
46 "coz": "^3.1.6",
47 "expandglob": "^1.0.1",
48 "injectmock": "^1.1.3",
49 "sharegit": "^1.0.0"
50 },
51 "engines": {
52 "node": ">=4.0.0"
53 }
54}
\No newline at end of file