advlib
Version:
Open source, protocol-agnostic library for decoding ambient wireless packets. We believe in an open Internet of Things.
47 lines (46 loc) • 962 B
JSON
{
"name": "advlib",
"homepage": "https://www.reelyactive.com",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "Open source, protocol-agnostic library for decoding ambient wireless packets. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"IoT",
"RFID",
"M2M",
"library",
"packet decoder",
"Bluetooth Low Energy",
"RAIN RFID",
"EPC",
"EnOcean"
],
"version": "1.3.7",
"engines": {
"node": ">=6.0.0"
},
"main": "./lib/advlib.js",
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/advlib.git"
},
"dependencies": {
},
"devDependencies": {
"mocha": "^6.0.0"
},
"scripts": {
"test": "mocha"
},
"bugs": {
"url": "https://github.com/reelyactive/advlib/issues"
},
"contributors": [
{ "name": "Jeffrey Dungen" },
{ "name": "Imran Jameel" }
],
"license": "MIT"
}