UNPKG

1.04 kBJSONView Raw
1{
2 "name": "ape-deploying",
3 "version": "5.1.1",
4 "description": "Deploying module of ape framework.",
5 "main": "lib",
6 "scripts": {
7 "test": "node ./ci/test.js"
8 },
9 "repository": "ape-repo/ape-deploying.git",
10 "keywords": [
11 "ape",
12 "deploying"
13 ],
14 "author": {
15 "name": "Taka Okunishi",
16 "url": "http://okunishitaka.com"
17 },
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/ape-repo/ape-deploying/issues"
21 },
22 "homepage": "https://github.com/ape-repo/ape-deploying#readme",
23 "dependencies": {
24 "aglob": "^2.0.1",
25 "argx": "^3.0.1",
26 "co": "^4.6.0",
27 "colorprint": "^4.0.11",
28 "debug": "^2.2.0",
29 "execcli": "^4.0.8",
30 "filecopy": "^3.0.0",
31 "mkdirp": "^0.5.1",
32 "rimraf": "^2.5.4"
33 },
34 "devDependencies": {
35 "ape-releasing": "^4.0.4",
36 "ape-tasking": "^4.0.8",
37 "ape-testing": "^4.0.2",
38 "ape-tmpl": "^5.0.15",
39 "ape-updating": "^4.0.5",
40 "coz": "^6.0.16",
41 "injectmock": "^2.0.0"
42 },
43 "engines": {
44 "node": ">=6",
45 "npm": ">=4"
46 }
47}
\No newline at end of file