{
  "name": "get-license-npm",
  "version": "1.1.1",
  "description": "Gets the license for a npm project",
  "main": "lib/index.js",
  "scripts": {
    "test": "standard --fix && tap test/*.js",
    "precommit": "npm run test"
  },
  "dependencies": {
    "async": "^2.0.1",
    "hosted-git-info": "^2.1.5"
  },
  "devDependencies": {
    "husky": "^0.11.8",
    "standard": "^8.0.0",
    "tap": "^7.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robertkowalski/get-license-npm.git"
  },
  "keywords": [
    "license"
  ],
  "author": "Robert Kowalski <rok@kowalski.gd>",
  "license": "MIT"
}
