-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
{
"name": "pon-logger",
"description": "Logger for pon",
"version": "2.1.3",
"author": {
"name": "Taka Okunishi",
"email": "okunishinish@gmail.com",
"url": "http://okunishitaka.com"
},
"bugs": {
"url": "https://github.com/realglobe-Inc/pon-logger/issues"
},
"dependencies": {
"colorprint": "^6.1.1"
},
"devDependencies": {
"ababel": "^6.0.3",
"amocha": "^6.0.0",
"ape-formatting": "^2.0.2",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"coz": "^7.0.19",
"filecopy": "^4.0.2",
"fixpack": "^2.3.1",
"injectmock": "^2.0.0",
"pon-assets": "^1.1.5",
"sg-templates": "^1.4.4",
"sugos-travis": "^2.0.7",
"writeout": "^2.2.4"
},
"engines": {
"node": ">=10",
"npm": ">=5"
},
"homepage": "https://github.com/realglobe-Inc/pon-logger#readme",
"keywords": [
"Apache-2.0"
],
"license": "Apache-2.0",
"main": "lib",
"repository": "realglobe-Inc/pon-logger",
"scripts": {
"prepare": "node ./ci/build.js && node ./ci/shim.js && node ./ci/doc.js && ./ci/assets.js && fixpack",
"test": "node ./ci/test.js"
}
}