{
  "name": "rc522-c7z",
  "version": "0.0.8",
  "description": "Node.js package for Rapsberry Pi & RC522 RFID Reader combo, with TypeScript support",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JCornat/rc522-c7z.git"
  },
  "keywords": [
    "rc522",
    "rfid",
    "c7z",
    "cornat",
    "jcornat"
  ],
  "author": "Jacques Cornat",
  "license": "CC-BY-4.0",
  "bugs": {
    "url": "https://github.com/JCornat/rc522-c7z/issues"
  },
  "homepage": "https://github.com/JCornat/rc522-c7z#readme",
  "dependencies": {
    "@types/node": "^7.0.12"
  },
  "scripts": {
    "install": "(node-gyp rebuild) || (exit 0)",
    "preinstall": "(node-gyp configure) || (exit 0)",
    "clean": "((node-gyp clean) && (rm -rf node_modules)) || (exit 0)",
    "build-debug": "(node-gyp configure --debug && node-gyp rebuild --debug) || (exit 0)"
  }
}
