{
  "name": "grunt-mocha-cov",
  "description": "Run Mocha server-side tests in Grunt with code coverage support and optional integration to coveralls.io.",
  "version": "0.4.0",
  "author": "Mike Moulton <mike@meltmedia.com> (http://meltmedia.com)",
  "contributors": [
    "Gregg Caines <gregg@caines.ca> (https://github.com/cainus/node-coveralls)",
    "Roland Warmerdam (https://github.com/Rowno/grunt-mocha-cli)",
    "Spencer Alger <spencer@spenceralger.com>",
    "XhmikosR <xhmikosr@gmail.com>"
  ],
  "keywords": [
    "gruntplugin",
    "mocha",
    "coveralls",
    "blanket"
  ],
  "homepage": "https://github.com/mmoulton/grunt-mocha-cov",
  "repository": {
    "type": "git",
    "url": "https://github.com/mmoulton/grunt-mocha-cov.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/mmoulton/grunt-mocha-cov/master/LICENSE"
    }
  ],
  "bugs": {
    "url": "https://github.com/mmoulton/grunt-mocha-cov/issues"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "dependencies": {
    "blanket": "1.1.6",
    "coveralls": "2.11.2",
    "lcov-parse": "0.0.9",
    "lodash.defaults": "3.0.0",
    "mkdirp": "0.5.0",
    "mocha": "2.2.1",
    "mocha-lcov-reporter": "0.0.2",
    "request": "2.53.0"
  },
  "devDependencies": {
    "chai": "2.1.2",
    "coffee-script": "1.9.1",
    "grunt": "0.4.5",
    "grunt-cli": "0.1.13",
    "grunt-contrib-jshint": "0.11.1",
    "mocha-term-cov-reporter": "0.2.0",
    "should": "5.2.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "files": [
    "lib",
    "tasks",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "config": {
    "blanket": {
      "pattern": [
        "grunt-mocha-cov/lib",
        "grunt-mocha-cov/tasks",
        "test/fixture/pass"
      ]
    }
  },
  "main": "lib/mocha"
}
