forked from webpack-contrib/istanbul-instrumenter-loader
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 943 Bytes
/
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
{
"name": "isparta-instrumenter-loader",
"version": "1.0.1",
"description": "isparta-instrumenter-loader is deprecated. Please use isparta-loader instead",
"keywords": [
"webpack",
"loader",
"isparta",
"instrumenter",
"coverage"
],
"homepage": "https://github.com/ColCh/isparta-instrumenter-loader",
"repository": {
"type": "git",
"url": "git://github.com/ColCh/isparta-instrumenter-loader.git"
},
"author": {
"name": "Max Sysoev",
"email": "colchgh@gmail.com",
"url": "https://github.com/ColCh"
},
"main": "index.js",
"peerDependencies": {
"webpack": "^1.5.3"
},
"devDependencies": {
"eslint": "^0.8.2",
"jscs": "^1.6.2"
},
"scripts": {
"test": "eslint index.js && jscs index.js"
},
"engines": {
"node": ">=0.10.0"
},
"license": "WTFPL",
"dependencies": {
"isparta": "^4.0.0",
"loader-utils": "^0.2.6",
"lodash": "^3.5.0"
}
}