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