UNPKG

1.43 kBJSONView Raw
1{
2 "name": "apeman-dply",
3 "version": "2.4.3",
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.0",
30 "apemandocker": "^1.6.1",
31 "apemanfile": "^4.1.0",
32 "argx": "^1.3.1",
33 "arrayfilter": "^1.1.2",
34 "arrayreduce": "^2.0.1",
35 "async": "^1.5.0",
36 "colorprint": "^3.0.0",
37 "commander": "^2.9.0",
38 "extend": "^3.0.0",
39 "findout": "^1.2.3",
40 "injectmock": "^1.1.3",
41 "minimatch": "^3.0.0",
42 "stringcase": "^2.0.0",
43 "textconv": "^2.0.0"
44 },
45 "devDependencies": {
46 "ape-covering": "^2.0.2",
47 "ape-releasing": "^2.0.0",
48 "ape-reporting": "^2.0.3",
49 "ape-tasking": "^2.0.1",
50 "ape-testing": "^2.0.0",
51 "ape-tmpl": "^2.0.5",
52 "ape-updating": "^2.0.1",
53 "apeman-infr": "^3.0.2",
54 "coz": "^3.1.6",
55 "injectmock": "^1.1.3",
56 "sharegit": "^1.0.0"
57 },
58 "engines": {
59 "node": ">=4.0.0"
60 }
61}