wotnectivity-knx
Version:
KNX implementation of wotnectivity library
28 lines (27 loc) • 580 B
JSON
{
"name": "wotnectivity-knx",
"version": "1.0.2",
"description": "KNX implementation of wotnectivity library",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"keywords": [
"KNX",
"WoT",
"library",
"Web",
"of",
"Things",
"IoT",
"wotnectivity"
],
"author": "Manel Mena",
"license": "MIT",
"homepage": "https://github.com/manelme/wotnectivity-knx",
"dependencies": {
"knx": "^2.3.7",
"rxjs": "^6.6.0"
}
}