{
  "name": "node-pre-gyp",
  "description": "Node.js native addon binary install tool",
  "version" : "0.6.32",
  "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": {
    "mkdirp": "~0.5.1",
    "nopt": "~3.0.6",
    "npmlog": "^4.0.1",
    "rc": "~1.1.6",
    "request": "^2.79.0",
    "rimraf": "~2.5.4",
    "semver": "~5.3.0",
    "tar": "~2.2.1",
    "tar-pack": "~3.3.0"
  },
  "devDependencies": {
    "aws-sdk": "^2.7.7",
    "mocha": "^3.2.0",
    "retire": "^1.2.10",
    "jshint": "^2.9.4"
  },
  "jshintConfig": {
    "node": true,
    "globalstrict": true,
    "undef": true,
    "unused": true,
    "noarg": true,
    "mocha": true
  },
  "scripts": {
    "prepublish": "retire -n && npm ls && jshint test/build.test.js test/s3_setup.test.js test/versioning.test.js",
    "update-crosswalk": "node scripts/abi_crosswalk.js",
    "test": "jshint lib lib/util scripts bin/node-pre-gyp && mocha -R spec --timeout 500000"
  }
}
