{
  "name": "node-pre-gyp",
  "description": "Node.js native addon binary install tool",
  "version": "0.12.0",
  "keywords": [
    "native",
    "addon",
    "module",
    "c",
    "c++",
    "bindings",
    "binary"
  ],
  "license": "BSD-3-Clause",
  "author": "Dane Springmeyer <dane@mapbox.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/node-pre-gyp.git"
  },
  "bin": "./bin/node-pre-gyp",
  "main": "./lib/node-pre-gyp.js",
  "dependencies": {
    "detect-libc": "^1.0.2",
    "mkdirp": "^0.5.1",
    "needle": "^2.2.1",
    "nopt": "^4.0.1",
    "npm-packlist": "^1.1.6",
    "npmlog": "^4.0.2",
    "rc": "^1.2.7",
    "rimraf": "^2.6.1",
    "semver": "^5.3.0",
    "tar": "^4"
  },
  "devDependencies": {
    "aws-sdk": "^2.28.0",
    "jshint": "^2.9.5",
    "nock": "^9.2.3",
    "tape": "^4.6.3"
  },
  "jshintConfig": {
    "node": true,
    "globalstrict": true,
    "undef": true,
    "unused": false,
    "noarg": true
  },
  "scripts": {
    "pretest": "jshint test/build.test.js test/s3_setup.test.js test/versioning.test.js test/fetch.test.js lib lib/util scripts bin/node-pre-gyp",
    "update-crosswalk": "node scripts/abi_crosswalk.js",
    "test": "jshint lib lib/util scripts bin/node-pre-gyp && tape test/*test.js"
  }
}