{
  "name": "npm-install-checks",
  "version": "3.0.2",
  "description": "checks that npm runs during the installation of a module",
  "main": "index.js",
  "dependencies": {
    "semver": "^2.3.0 || 3.x || 4 || 5"
  },
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "rimraf": "^2.6.3",
    "standard": "^5.4.1",
    "tap": "^12.4.0"
  },
  "scripts": {
    "test": "standard && tap --coverage 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"
  },
  "files": [
    "index.js"
  ]
}
