UNPKG

948 BJSONView Raw
1{
2 "name": "ape-covering",
3 "version": "1.0.2",
4 "description": "Coverage module for ape framework.",
5 "main": "lib",
6 "scripts": {
7 "build": "./ci/build.js",
8 "test": "./ci/test.js",
9 "cover": "./ci/cover.js",
10 "report": "./ci/report.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/ape-repo/ape-covering.git"
15 },
16 "keywords": [
17 "ape",
18 "covering"
19 ],
20 "author": {
21 "name": "Taka Okunishi",
22 "url": "http://okunishitaka.com"
23 },
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/ape-repo/ape-covering/issues"
27 },
28 "homepage": "https://github.com/ape-repo/ape-covering#readme",
29 "dependencies": {
30 "argx": "^1.1.5",
31 "async": "^1.4.0",
32 "glob": "^5.0.14",
33 "istanbul": "^0.3.17"
34 },
35 "devDependencies": {
36 "ape-releasing": "^1.0.5",
37 "ape-reporting": "^1.0.0",
38 "ape-tasking": "^1.0.0",
39 "ape-testing": "^1.1.1",
40 "coz": "^1.3.1"
41 }
42}