{
  "name": "npm-audit-ci",
  "version": "1.2.1",
  "description": "Commandline utility which exit the process with code 1, for the given criteria of vulnerabilities",
  "main": "index.js",
  "bin": "bin/npm-audit-ci",
  "files": [
    "index.js",
    "bin/"
  ],
  "scripts": {
    "test": "ava",
    "audit-ci": "./bin/npm-audit-ci -c"
  },
  "keywords": [
    "audit",
    "ci",
    "npm",
    "continuous integration"
  ],
  "author": "Revath S Kumar <rsk@revathskumar.com> (http://blog.revathskumar.com/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/revathskumar/npm-audit-ci.git"
  },
  "devDependencies": {
    "ava": "^1.4.1"
  },
  "dependencies": {
    "yargs": "^13.2.2"
  }
}
