-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 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-task-pm2",
"version": "2.2.9",
"description": "Pon task to use pm2",
"main": "lib",
"browser": "shim/browser",
"scripts": {
"prepare": "node ./ci/build.js && node ./ci/shim.js ",
"test": "node ./ci/test.js"
},
"repository": "realglobe-Inc/pon-task-pm2",
"keywords": [
"Pon"
],
"author": {
"name": "Taka Okunishi",
"email": "okunishinishi@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/realglobe-Inc/pon-task-pm2/issues"
},
"homepage": "https://github.com/realglobe-Inc/pon-task-pm2#readme",
"dependencies": {
"asobj": "^3.0.1",
"execcli": "^5.0.6",
"writeout": "^2.2.3"
},
"devDependencies": {
"ababel": "^5.0.10",
"amocha": "^5.0.1",
"ape-doc": "^2.0.4",
"ape-formatting": "^2.0.1",
"ape-releasing": "^5.0.6",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.13",
"ape-updating": "^5.0.3",
"asleep": "^1.0.3",
"coz": "^7.0.14",
"eslint": "^5.14.1",
"injectmock": "^2.0.0",
"pon": "^5.2.13",
"pon-context": "^3.0.2",
"pon-doc": "^3.0.1",
"sugos-travis": "^2.0.7"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}