rf24sn
Version:
Server for RF24SN. Connects sensors/actuators to MQTT broker. Simpler than MQTT-SN. Runs on nRF24L01 hardware.
38 lines (37 loc) • 863 B
JSON
{
"name": "rf24sn",
"version": "0.1.4",
"description": "Server for RF24SN. Connects sensors/actuators to MQTT broker. Simpler than MQTT-SN. Runs on nRF24L01 hardware.",
"keywords": [
"rf24sn",
"mqtt",
"nrf24l01",
"mqtt-sn"
],
"homepage": "https://github.com/VaclavSynacek/RF24SN",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Vaclav Synacek",
"url": "http://vaclav.synacek.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/VaclavSynacek/RF24SN_nodejs_server.git"
},
"license": "MIT",
"dependencies": {
"mqtt": "^0.3.11",
"nrf": "^0.8.1",
"struct-fu": "^0.9.1",
"winston": "^0.7.3",
"yargs": "~1.2.6"
},
"engines": {
"node": ">=0.10.0"
},
"preferGlobal": true
}