-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "pon-runner",
"description": "Runner for pon",
"version": "3.4.18",
"author": {
"name": "Taka Okunishi",
"email": "okunishinishi@gmail.com",
"url": "http://okunishitaka.com"
},
"bugs": {
"url": "https://github.com/realglobe-Inc/pon-runner/issues"
},
"dependencies": {
"abind": "^1.0.5",
"argx": "^4.0.4",
"minimatch": "^3.0.3",
"pon-context": "^3.0.2"
},
"devDependencies": {
"ababel": "^6.1.4",
"amocha": "^7.1.1",
"ape-formatting": "^2.0.2",
"ape-releasing": "^5.0.7",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"asleep": "^1.0.3",
"co": "^4.6.0",
"coz": "^7.2.0",
"fixpack": "^3.0.6",
"injectmock": "^2.0.0",
"markdown-toc": "^1.2.0",
"pon-assets": "^1.1.5",
"sg-templates": "^1.4.4",
"writeout": "^2.3.2"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"homepage": "https://github.com/realglobe-Inc/pon-runner#readme",
"keywords": [
"Pon"
],
"license": "Apache-2.0",
"main": "lib",
"repository": "realglobe-Inc/pon-runner",
"scripts": {
"prepare": "node ./ci/build.js && node ./ci/shim.js && node ./ci/assets.js && fixpack",
"test": "node ./ci/test.js"
}
}