{
  "name": "grunt-coverjs",
  "description": "Grunt task to instrument JavaScript files.",
  "version": "1.0.0",
  "homepage": "https://github.com/jgrund/grunt-coverjs",
  "author": {
    "name": "Joe Grund",
    "email": "joe@oneluxsystems.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jgrund/grunt-coverjs.git"
  },
  "bugs": {
    "url": "https://github.com/jgrund/grunt-coverjs/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jgrund/grunt-coverjs/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "bin": "bin/grunt-cover",
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "grunt tests"
  },
  "dependencies": {
    "coverjs": "~0.0.14",
    "grunt-lib-contrib": "~0.3.0"
  },
  "devDependencies": {
    "grunt": "~0.3.16",
    "grunt-contrib-clean": "~0.3.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}
