{
  "name": "oscarwinner-names",
  "version": "1.3.0",
  "description": "Get random Oscar Winner names",
  "main": "src/index.js",
  "scripts": {
    "commit": "git-cz",
    "check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
    "report-coverage": "cat ./coverage/lcov.info | codecov",
    "test": "mocha src/index.test.js -w",
    "test:single": "istanbul cover -x *.test.js _mocha -- -R spec src/index.test.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Twiinlab/oscarwinner-names.git"
  },
  "keywords": [
    "random",
    "oscar",
    "winner"
  ],
  "author": "'Ruben <'ruchavarri@gmail.com'>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Twiinlab/oscarwinner-names/issues"
  },
  "homepage": "https://github.com/Twiinlab/oscarwinner-names#readme",
  "dependencies": {
    "unique-random-array": "1.0.0"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "codecov.io": "^0.1.6",
    "commitizen": "^2.6.1",
    "cz-conventional-changelog": "^1.1.5",
    "ghooks": "^1.0.3",
    "istanbul": "^0.4.2",
    "mocha": "2.4.5",
    "semantic-release": "^4.3.5"
  },
  "czConfig": {
    "path": "node_modules/cz-conventional-changelog"
  },
  "config": {
    "ghooks": {
      "pre-commit": "npm run test:single && npm run check-coverage"
    }
  }
}