{
  "name": "node-hid",
  "description": "USB HID device access library",
  "version": "1.3.0",
  "author": "Hans Hübner <hans.huebner@gmail.com> (https://github.com/hanshuebner)",
  "bugs": "https://github.com/node-hid/node-hid/issues",
  "homepage": "https://github.com/node-hid/node-hid#readme",
  "contributors": [
    "Blake Miner <miner.blake@gmail.com>",
    "Tod Kurt <todbotdotcom@gmail.com> (https://github.com/todbot)"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/node-hid/node-hid.git"
  },
  "scripts": {
    "test": "node src/test-ci.js",
    "showdevices": "node src/show-devices.js",
    "prepublishOnly": "git submodule update --init",
    "install": "prebuild-install || node-gyp rebuild",
    "prebuild": "prebuild --all --verbose --include-regex \"HID.*node$\"",
    "prebuild-upload": "prebuild --upload-all",
    "prebuild-ci": "prebuild-ci",
    "gypclean": "node-gyp clean",
    "gypconfigure": "node-gyp configure",
    "gypbuild": "node-gyp build",
    "gyprebuild": "node-gyp rebuild",
    "clean": "rimraf build node_modules prebuilds package-lock.json",
    "distclean": "npm run clean && rimraf hidapi"
  },
  "bin": {
    "hid-showdevices": "./src/show-devices.js"
  },
  "main": "./nodehid.js",
  "engines": {
    "node": ">=6.0.0"
  },
  "license": "(MIT OR X11)",
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.14.0",
    "node-abi": "^2.18.0",
    "prebuild-install": "^5.3.4"
  },
  "devDependencies": {
    "prebuild": "^10.0.0",
    "rimraf": "^2.6.2"
  },
  "gypfile": true
}
