barnacles
Version:
Efficient processor of ambient RF decodings enabling real-time hyperlocal context. We believe in an open Internet of Things.
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "barnacles",
"homepage": "https://www.reelyactive.com",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "Efficient processor of ambient RF decodings enabling real-time hyperlocal context. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"IoT",
"RTLS",
"M2M",
"raddec",
"dynamb"
],
"version": "1.7.7",
"engines": {
"node": ">=6.0.0"
},
"main": "./lib/barnacles.js",
"scripts": {
"start": "node bin/barnacles",
"display-dynamb": "node bin/barnacles-dynamb",
"display-relay": "node bin/barnacles-relay"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnacles.git"
},
"dependencies": {
"advlib": "^1.3.8",
"advlib-epc": "^0.1.0",
"raddec": "^0.6.1",
"raddec-filter": "^1.0.1"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/barnacles/issues"
},
"contributors": [
{
"name": "Jeffrey Dungen"
}
],
"license": "MIT"
}