{
  "name": "gamepad",
  "version": "1.6.0",
  "description": "node bindings to the Gamepad library",
  "author": "Tim Caswell <tim@creationix.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/creationix/node-gamepad/issues"
  },
  "homepage": "https://github.com/creationix/node-gamepad",
  "main": "gamepad.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/creationix/node-gamepad.git"
  },
  "keywords": [
    "gamepad",
    "joystick"
  ],
  "scripts": {
    "build": "node-gyp build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "prebuild-install || node-gyp rebuild",
    "prebuild": "prebuild --all --strip --verbose"
  },
  "dependencies": {
    "bindings": "^1.3.0",
    "nan": "^2.10.0",
    "prebuild-install": "^2.5.1"
  },
  "devDependencies": {
    "prebuild": "^7.6.0"
  }
}
