{
  "name": "gb-license-check",
  "version": "1.0.1",
  "description": "Check for restricted licenses",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/groupby/gb-license-check.git"
  },
  "keywords": [
    "license",
    "check",
    "license-check"
  ],
  "author": "Eric Hacke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/groupby/gb-license-check/issues"
  },
  "homepage": "https://github.com/groupby/gb-license-check#readme",
  "dependencies": {
    "license-checker": "^8.0.0",
    "lodash": "^4.16.3",
    "semver": "^5.3.0"
  }
}