UNPKG

1.44 kBJSONView Raw
1{
2 "name": "apeman-dply",
3 "version": "3.0.0",
4 "description": "Deply manager for apeman",
5 "main": "lib",
6 "bin": {
7 "apeman-dply": "./bin/apeman-dply"
8 },
9 "scripts": {
10 "test": "./ci/test.js"
11 },
12 "repository": "apeman-cmd-labo/apeman-dply",
13 "keywords": [
14 "apeman",
15 "command",
16 "deploy"
17 ],
18 "author": {
19 "email": "okunishitaka.com@gmail.com",
20 "name": "Taka Okunishi",
21 "url": "http://okunishitaka.com"
22 },
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/apeman-cmd-labo/apeman-dply/issues"
26 },
27 "homepage": "https://github.com/apeman-cmd-labo/apeman-dply#readme",
28 "dependencies": {
29 "apemancwd": "^1.0.1",
30 "apemandocker": "^2.0.0",
31 "apemanfile": "^5.1.9",
32 "apemanpromise": "^3.1.0",
33 "argx": "^2.0.2",
34 "arrayfilter": "^1.1.2",
35 "arrayreduce": "^2.1.0",
36 "co": "^4.6.0",
37 "colorprint": "^3.0.3",
38 "commander": "^2.9.0",
39 "findout": "^1.2.3",
40 "injectmock": "^1.1.3",
41 "minimatch": "^3.0.0",
42 "stringcase": "^2.0.1",
43 "textconv": "^2.0.0"
44 },
45 "devDependencies": {
46 "ape-covering": "^2.0.2",
47 "ape-releasing": "^2.0.1",
48 "ape-reporting": "^2.0.3",
49 "ape-tasking": "^2.0.2",
50 "ape-testing": "^2.0.1",
51 "ape-tmpl": "^3.0.3",
52 "ape-updating": "^2.0.4",
53 "apeman-infr": "^4.0.0",
54 "coz": "^4.0.4",
55 "injectmock": "^1.1.3",
56 "sharegit": "^1.0.2"
57 },
58 "engines": {
59 "node": ">=4.0.0"
60 }
61}