node-query/node_modules/grunt-istanbul/package.json

99 lines
2.2 KiB
JSON
Raw Normal View History

2014-10-24 10:28:45 -04:00
{
"name": "grunt-istanbul",
"description": "JavaScript codecoverage tool for Grunt",
2015-01-28 15:33:44 -05:00
"version": "0.4.0",
2014-10-24 10:28:45 -04:00
"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"
2015-01-28 15:33:44 -05:00
},
{
"name": "Martin Geisler",
"email": "martin@geisler.net"
2014-10-24 10:28:45 -04:00
}
],
"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": {
2015-01-28 15:33:44 -05:00
"chalk": "~0.5.1",
2014-10-24 10:28:45 -04:00
"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"
],
2015-01-28 15:33:44 -05:00
"_id": "grunt-istanbul@0.4.0",
"_shasum": "33d1ae29919b434c8e8337598e6e9a24c1d70a30",
2014-10-24 10:28:45 -04:00
"_from": "grunt-istanbul@*",
"_npmVersion": "1.4.9",
"_npmUser": {
"name": "taichi",
"email": "ryushi@gmail.com"
},
"maintainers": [
{
"name": "taichi",
"email": "ryushi@gmail.com"
}
],
"dist": {
2015-01-28 15:33:44 -05:00
"shasum": "33d1ae29919b434c8e8337598e6e9a24c1d70a30",
"tarball": "http://registry.npmjs.org/grunt-istanbul/-/grunt-istanbul-0.4.0.tgz"
2014-10-24 10:28:45 -04:00
},
"directories": {},
2015-01-28 15:33:44 -05:00
"_resolved": "https://registry.npmjs.org/grunt-istanbul/-/grunt-istanbul-0.4.0.tgz",
"readme": "ERROR: No README data found!"
2014-10-24 10:28:45 -04:00
}