-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "pon-cli",
"version": "4.1.20",
"description": "CLI for pon",
"main": "lib",
"bin": {
"pon": "bin/pon"
},
"scripts": {
"test": "node ./ci/test.js",
"prepare": "node ./ci/build.js && ./ci/assets.js"
},
"repository": "realglobe-Inc/pon-cli",
"keywords": [
"Pon"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishinish@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/realglobe-Inc/pon-cli/issues"
},
"homepage": "https://github.com/realglobe-Inc/pon-cli#readme",
"dependencies": {
"argx": "^4.0.2",
"commander": "^2.19.0",
"pon-task-init": "^1.0.2",
"ponfile": "^4.2.6"
},
"devDependencies": {
"ababel": "^5.0.10",
"amocha": "^5.0.1",
"ape-formatting": "^2.0.1",
"ape-releasing": "^5.0.7",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"co": "^4.6.0",
"coz": "^7.0.16",
"filecopy": "^4.0.2",
"injectmock": "^2.0.0",
"pon-assets": "^1.1.5",
"pon-runner": "^3.4.17",
"sg-templates": "^1.4.4",
"writeout": "^2.2.3"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}