{
  "name": "npm-install-checks",
  "version": "1.0.7",
  "description": "checks that npm runs during the installation of a module",
  "main": "index.js",
  "dependencies": {
    "npmlog": "0.1 || 1 || 2",
    "semver": "^2.3.0 || 3.x || 4 || 5"
  },
  "devDependencies": {
    "mkdirp": "~0.3.5",
    "rimraf": "~2.2.5",
    "tap": "^1.2.0"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/npm/npm-install-checks.git"
  },
  "homepage": "https://github.com/npm/npm-install-checks",
  "keywords": [
    "npm,",
    "install"
  ],
  "author": "Robert Kowalski <rok@kowalski.gd>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/npm/npm-install-checks/issues"
  }
}
