bri
Version:
BRI (Basic Reader Interface) - Intermec's proprietary protocol implementation for node.js
26 lines (25 loc) • 571 B
JSON
{
"name": "bri",
"version": "0.0.1",
"description": "BRI (Basic Reader Interface) - Intermec's proprietary protocol implementation for node.js",
"main": "index.js",
"scripts": {
"test": "exit 0;"
},
"repository": {
"type": "git",
"url": "https://github.com/gammasoft/bri.git"
},
"keywords": [
"bri",
"intermec",
"if2",
"rfid"
],
"author": "Renato Gama <renato@gammasoft.com.br>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gammasoft/bri/issues"
},
"homepage": "https://github.com/gammasoft/bri"
}