{
  "name": "license-to-fail",
  "version": "4.0.0",
  "description": "Exits when a license is found that does not match the whitelist passed in.",
  "main": "index.js",
  "files": [
    "bin",
    "index.js",
    "src",
    "example-config.js"
  ],
  "dependencies": {
    "license-checker": "^25.0.1"
  },
  "scripts": {
    "check-license": "./bin/license-to-fail.js ./example-config.js",
    "test": "ava && npm run check-license"
  },
  "bin": {
    "license-to-fail": "bin/license-to-fail.js"
  },
  "author": "Henry Zhu",
  "license": "Apache-2.0",
  "devDependencies": {
    "ava": "^3.10.1"
  }
}
