93 lines
2.1 KiB
JSON
93 lines
2.1 KiB
JSON
{
|
|
"name": "grunt-istanbul",
|
|
"description": "JavaScript codecoverage tool for Grunt",
|
|
"version": "0.3.0",
|
|
"homepage": "https://github.com/taichi/grunt-istanbul",
|
|
"author": {
|
|
"name": "taichi",
|
|
"email": "ryushi@gmail.com",
|
|
"url": "https://twitter.com/ryushi"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Matthew Andrews",
|
|
"email": "matthew@andrews.eu.com"
|
|
},
|
|
{
|
|
"name": "Ryan Miller",
|
|
"email": "rmiller@marinsoftware.com"
|
|
},
|
|
{
|
|
"name": "rowanbeentje",
|
|
"email": "rowan@beent.je"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/taichi/grunt-istanbul.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/taichi/grunt-istanbul/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/taichi/grunt-istanbul/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"main": "Gruntfile.js",
|
|
"bin": {
|
|
"grunt-istanbul": "bin/grunt-istanbul"
|
|
},
|
|
"engines": {
|
|
"node": "~0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"dependencies": {
|
|
"istanbul": "~0.2.3",
|
|
"nue": "0.7.0-dev"
|
|
},
|
|
"peerDependencies": {
|
|
"grunt": "~0.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-nodeunit": "~0.4.0",
|
|
"grunt-contrib-clean": "~0.4.0a",
|
|
"mkdirp": "~0.3.4",
|
|
"rimraf": "~2.0.2",
|
|
"dateformat": "~1.0.3-1.2.3"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"coverage",
|
|
"code coverage",
|
|
"JS code coverage",
|
|
"JS coverage",
|
|
"istanbul"
|
|
],
|
|
"_id": "grunt-istanbul@0.3.0",
|
|
"_shasum": "663166d06dd7f598e42cc702e8a6cc116ebc810d",
|
|
"_from": "grunt-istanbul@*",
|
|
"_npmVersion": "1.4.9",
|
|
"_npmUser": {
|
|
"name": "taichi",
|
|
"email": "ryushi@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "taichi",
|
|
"email": "ryushi@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "663166d06dd7f598e42cc702e8a6cc116ebc810d",
|
|
"tarball": "http://registry.npmjs.org/grunt-istanbul/-/grunt-istanbul-0.3.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/grunt-istanbul/-/grunt-istanbul-0.3.0.tgz"
|
|
}
|