{
  "_from": "grunt-coveralls@~2.0.0",
  "_id": "grunt-coveralls@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-2WkGQB8xIrW30ojr2XP2r6OFuiQ=",
  "_location": "/grunt-coveralls",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grunt-coveralls@~2.0.0",
    "name": "grunt-coveralls",
    "escapedName": "grunt-coveralls",
    "rawSpec": "~2.0.0",
    "saveSpec": null,
    "fetchSpec": "~2.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-coveralls/-/grunt-coveralls-2.0.0.tgz",
  "_shasum": "d96906401f3122b5b7d288ebd973f6afa385ba24",
  "_spec": "grunt-coveralls@~2.0.0",
  "_where": "/var/www/html/homokozo/dicom",
  "author": {
    "name": "Tim Perry",
    "email": "pimterry@gmail.com",
    "url": "http://tim-perry.co.uk"
  },
  "bugs": {
    "url": "https://github.com/pimterry/grunt-coveralls/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "coveralls": "^3.0.0"
  },
  "deprecated": false,
  "description": "Grunt task to load coverage results and submit them to Coveralls.io",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^1.1.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-exec": "^0.4.7",
    "istanbul": "^0.3.22",
    "sinon": "^1.17.7"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "homepage": "https://github.com/pimterry/grunt-coveralls",
  "keywords": [
    "gruntplugin",
    "coverage",
    "coveralls",
    "grunt",
    "lcov"
  ],
  "license": "MIT",
  "main": "Gruntfile.js",
  "name": "grunt-coveralls",
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/pimterry/grunt-coveralls.git"
  },
  "scripts": {
    "ci": "istanbul cover -- grunt test && grunt coveralls:grunt_coveralls_real_coverage",
    "test": "grunt test"
  },
  "version": "2.0.0"
}
