UNPKG

nixfilter-uartrfid

Version:

Filters for decoding the data sent by certain RFID readers connected via UART

39 lines (38 loc) 836 B
{ "name": "nixfilter-uartrfid", "version": "0.0.1", "description": "Filters for decoding the data sent by certain RFID readers connected via UART", "main": "index.js", "bin": { "nixfilter-uartrfid-rdm63": "./rdm63.js" }, "scripts": { "compile": "coffee --bare --no-header --map --compile *.coffee", "prepublishOnly": "npm run compile", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/oyooyo/nixfilter-uartrfid.git" }, "keywords": [ "125kHz", "EM4100", "Filter", "nixfilter", "RDM630", "RDM6300", "RFID", "UNIX Filter" ], "author": { "name": "oyooyo" }, "license": "ISC", "devDependencies": { "coffeescript": "^2.3.1" }, "dependencies": { "nixfilter": "0.0.1" } }