{
  "name": "byebye-win32",
  "version": "0.9.1",
  "description": "Win32 helper for 'byebye'",
  "os": "win32",
  "main": "index.js",
  "scripts": {
    "install": "node-pre-gyp install --fallback-to-build",
    "test": "tape test/*.js | tap-spec"
  },
  "dependencies": {
    "nan": "^1.8.4",
    "node-pre-gyp": "^0.6.7"
  },
  "bundledDependencies": [
    "nan",
    "node-pre-gyp"
  ],
  "devDependencies": {
    "aws-sdk": "^2.1.28",
    "tap-spec": "^3.0.0",
    "tape": "^4.0.0"
  },
  "binary": {
    "module_name": "byebye",
    "module_path": "./lib/{node_abi}/{platform}-{arch}",
    "host": "https://elnounch-addons.s3.amazonaws.com",
    "remote_path": "./{name}/v{version}"
  },
  "homepage": "https://github.com/ElNounch/byebye-win32",
  "author": {
    "name": "ElNounch",
    "email": "contact@elnounch.net",
    "url": "http://elnounch.net"
  },
  "repository": "ElNounch/byebye-win32",
  "license": "MIT"
}
