forked from arikon/mocha-istanbul
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
34 lines (34 loc) · 784 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
{
"name" : "grunt-mocha-istanbul",
"version" : "5.0.2",
"description" : "Almost config-free Istanbul code coverage reporter for Mocha usage in Grunt",
"peerDependencies": {
"grunt": ">=0.4.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"mocha": "^3.0.1",
"istanbul": "1.1.0-alpha.1",
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.13.0",
"isparta": "^4.0.0"
},
"repository" : {
"type": "git",
"url" : "git://github.com/pocesar/grunt-mocha-istanbul.git"
},
"scripts": {
"test": "grunt"
},
"keywords" : [
"grunt",
"gruntplugin",
"mocha",
"istanbul",
"test",
"coverage",
"coveralls"
],
"main" : "tasks/index.js",
"license" : "MIT"
}