-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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-task-mocha",
"version": "4.0.1",
"description": "Pon tasks to run mocha tests",
"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-mocha",
"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-task-mocha/issues"
},
"homepage": "https://github.com/realglobe-Inc/pon-task-mocha#readme",
"dependencies": {
"mocha": "^7.0.0",
"pon-task-watch": "^2.3.0"
},
"devDependencies": {
"ababel": "^6.1.2",
"amocha": "^7.0.1",
"ape-doc": "^2.0.4",
"ape-formatting": "^2.0.2",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"coz": "^7.0.19",
"injectmock": "^2.0.0",
"pon-context": "^3.0.2",
"pon-doc": "^3.0.1",
"sugos-travis": "^2.0.7"
},
"engines": {
"node": ">=8",
"npm": ">=4"
}
}