grunt-jasmine-node-coverage-validation
Version:
Grunt task for jasmine-node using istanbul for code coverage. Validates coverage configuration and fails the task for under coverage. Based off of grunt-jasmine-node-coverage by Jarrod Ribble.
54 lines (53 loc) • 1.42 kB
JSON
{
"name" : "grunt-jasmine-node-coverage-validation",
"description" : "Grunt task for jasmine-node using istanbul for code coverage. Validates coverage configuration and fails the task for under coverage. Based off of grunt-jasmine-node-coverage by Jarrod Ribble.",
"version" : "0.0.4",
"homepage" : "https://github.com/nagrajn/grunt-jasmine-node-coverage-validation",
"author" : {
"name" : "Nagraj Naidu",
"email" : "nagrajn@live.com"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/NagrajN/grunt-jasmine-node-coverage-validation.git"
},
"bugs" : {
"url" : "https://github.com/NagrajN/grunt-jasmine-node-coverage-validation/issues"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/NagrajN/grunt-jasmine-node-coverage-validation/blob/master/LICENSE-MIT"
}
],
"main" : "grunt.js",
"bin" : "bin/grunt-jasmine-node-coverage-validation",
"engines" : {
"node" : ">=0.8.0"
},
"scripts" : {
},
"dependencies" : {
"jasmine-node": "*",
"istanbul": "0.1.22",
"mkdirp": "0.3.x",
"glob": "~3.2.1"
},
"devDependencies" : {
"grunt" : "~0.4.1",
"jasmine-node": ">=1.4.0",
"grunt-contrib-jshint": "~0.1.1"
},
"keywords" : [
"gruntplugin",
"grunt",
"plugins",
"builds",
"ci",
"jasmine",
"jasmine-node",
"istanbul",
"coverage",
"validation"
]
}