rc522
Version:
node.js module to access a rfid reader with rc522 chipset which is connected a raspberry pi
36 lines (35 loc) • 905 B
JSON
{
"author": {
"name": "Ovídio César",
"email": "ocsacesar@gmail.com"
},
"name": "rc522",
"description": "node.js module to access a rfid reader with rc522 chipset which is connected a raspberry pi",
"keywords": [
"rfid",
"rc522"
],
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/ocsacesar/rc522.git"
},
"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)"
},
"main": "./main",
"engines": {
"node": "0.12.9"
},
"dependencies": {},
"optionalDependencies": {},
"gitHead": "",
"bugs": {
"url": "https://github.com/ocsacesar/rc522/issues"
},
"homepage": "",
"directories": {}
}