hyperbutter-rainforesteagle
Version:
A plugin to read data from a Rainforest Eagle device into the Hyper Butter server
30 lines (29 loc) • 753 B
JSON
{
"name": "hyperbutter-rainforesteagle",
"version": "2.0.4",
"description": "A plugin to read data from a Rainforest Eagle device into the Hyper Butter server",
"main": "index.js",
"dependencies": {
"mdns": "^2.3.0",
"xml2js": "^0.4.16"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endoplasmic/hyperbutter-rainforesteagle.git"
},
"keywords": [
"hyperbutter",
"rainforest",
"eagle"
],
"author": "Scott Ysebert",
"license": "ISC",
"bugs": {
"url": "https://github.com/endoplasmic/hyperbutter-rainforesteagle/issues"
},
"homepage": "https://github.com/endoplasmic/hyperbutter-rainforesteagle#readme"
}