UNPKG

1.4 kBJSONView Raw
1{
2 "name": "apeman-infr",
3 "version": "3.0.0",
4 "description": "Infrastructure manager for apeman.",
5 "main": "lib",
6 "bin": {
7 "apeman-infr": "./bin/apeman-infr"
8 },
9 "scripts": {
10 "test": "./ci/test.js"
11 },
12 "repository": "apeman-cmd-labo/apeman-infr",
13 "keywords": [
14 "apeman",
15 "command",
16 "infra",
17 "docker"
18 ],
19 "author": {
20 "email": "okunishitaka.com@gmail.com",
21 "name": "Taka Okunishi",
22 "url": "http://okunishitaka.com"
23 },
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/apeman-cmd-labo/apeman-infr/issues"
27 },
28 "homepage": "https://github.com/apeman-cmd-labo/apeman-infr#readme",
29 "dependencies": {
30 "apemancwd": "^1.0.0",
31 "apemandocker": "^1.2.0",
32 "apemanfile": "^4.1.0",
33 "argx": "^1.3.1",
34 "arrayfilter": "^1.1.2",
35 "arrayreduce": "^2.0.1",
36 "async": "^1.5.0",
37 "colorprint": "^3.0.0",
38 "commander": "^2.9.0",
39 "execcli": "^3.0.1",
40 "extend": "^3.0.0",
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.0",
50 "ape-testing": "^2.0.0",
51 "ape-tmpl": "^2.0.5",
52 "ape-updating": "^2.0.1",
53 "coz": "^3.1.6",
54 "injectmock": "^1.1.3",
55 "sharegit": "^1.0.0"
56 },
57 "engines": {
58 "node": ">=4.0.0"
59 }
60}
\No newline at end of file