{
  "name": "grunt-simple-nyc",
  "description": "A grunt wrapper for nyc",
  "version": "3.0.1",
  "main": "tasks/nyc.js",
  "scripts": {
    "test": "grunt",
    "travis": "grunt travis",
    "codeclimate": "CODECLIMATE_REPO_TOKEN=3626b5b37539510f57d2b25ff1535a70058207d57a18371a1b45a66a2d73a86b codeclimate-test-reporter < coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tandrewnichols/grunt-simple-nyc.git"
  },
  "keywords": [
    "nyc",
    "istanbul",
    "coverage",
    "instrument"
  ],
  "author": {
    "name": "Andrew Nichols",
    "email": "tandrewnichols@gmail.com",
    "url": "www.tandrewnichols.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tandrewnichols/grunt-simple-nyc/issues"
  },
  "homepage": "https://github.com/tandrewnichols/grunt-simple-nyc",
  "dependencies": {
    "lodash": "^4.17.15",
    "nyc": "^14.1.0",
    "simple-cli": "^5.0.3"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.5.1",
    "eslint-codeframe-formatter": "^1.0.2",
    "grunt": "^1.0.4",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^20.1.0",
    "grunt-mocha-test": "^0.13.3",
    "grunt-open": "^0.2.4",
    "grunt-shell": "^2.1.0",
    "grunt-simple-istanbul": "^3.0.3",
    "grunt-travis-matrix": "^1.0.0",
    "mocha": "^5.0.0",
    "proxyquire": "^1.8.0",
    "should": "^13.2.1",
    "should-sinon": "0.0.6",
    "sinon": "^4.2.1"
  }
}
