grunt-mocha-istanbul
Version:
Almost config-free Istanbul code coverage reporter for Mocha usage in Grunt
35 lines (34 loc) • 784 B
JSON
{
"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"
}