{
  "name": "node-pre-gyp-qn",
  "description": "Node.js native addon binary install tool",
  "version" : "0.6.5",
  "keywords": [
    "native",
    "addon",
    "module",
    "c",
    "c++",
    "bindings",
    "binary"
  ],
  "license": "BSD",
  "author": "Dane Springmeyer <dane@mapbox.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/node-pre-gyp.git"
  },
  "bin": {
    "node-pre-gyp": "./bin/node-pre-gyp"
  },
  "main": "./lib/node-pre-gyp.js",
  "dependencies": {
    "nopt": "~3.0.1",
    "npmlog": "~1.1.0",
    "request": "2.x",
    "semver": "~4.3.0",
    "tar": "~1.0.2",
    "tar-pack":"~2.0.0",
    "mkdirp":"~0.5.0",
    "rc":"~0.6.0",
    "rimraf":"~2.2.8"
  },
  "bundledDependencies":[
    "nopt",
    "npmlog",
    "request",
    "semver",
    "tar",
    "tar-pack",
    "mkdirp",
    "rc",
    "rimraf"
  ],
  "devDependencies": {
    "aws-sdk":"*",
    "qn": "*",
    "mocha": "1.x",
    "retire": "0.3.x",
    "jshint": "^2.5.10"
  },
  "jshintConfig": {
    "node": true,
    "globalstrict": true,
    "undef": true,
    "unused": true,
    "noarg": true,
    "mocha": true
  },
  "engineStrict": true,
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "update-crosswalk":"node scripts/abi_crosswalk.js",
    "test":"jshint lib lib/util scripts bin/node-pre-gyp && mocha -R spec --timeout 500000"
  }
}
