forked from SitePen/remap-istanbul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "remap-istanbul",
"version": "0.5.2",
"description": "A tool for remapping Istanbul coverage via Source Maps",
"homepage": "http://dojotoolkit.org",
"keywords": [ "gulpplugin", "gruntplugin", "webpackloader", "instrumenter-loader", "source-map", "istanbul", "coverage", "karma", "intellij" ],
"maintainers": [
{
"name": "kitsonk",
"email": "[email protected]"
}, {
"name": "bryanforbes",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/SitePen/remap-istanbul"
},
"license": "BSD-3-Clause",
"main": "main.js",
"bin": "./bin/remap-istanbul",
"repository": {
"type": "git",
"url": "https://github.com/SitePen/remap-istanbul.git"
},
"scripts": {
"test": "tests/run.sh"
},
"dependencies": {
"amdefine": "1.0.0",
"gulp-util": "3.0.7",
"istanbul": "0.4.3",
"source-map": "0.5.3",
"through2": "2.0.1",
"sane": "^1.3.4",
"mkdirp": "^0.5.1",
"minimist": "^1.2.0"
},
"devDependencies": {
"codecov.io": "0.1.6",
"grunt": "0.4.5",
"gulp": "3.9.1",
"intern": "3.1.1"
}
}