node-red-contrib-bluelinky
Version:
A Node Red Library for BlueLinky, a Hyundai and Kia 3rd-party wrapper
39 lines (38 loc) • 903 B
JSON
{
"name": "node-red-contrib-bluelinky",
"version": "0.0.32",
"description": "A Node Red Library for BlueLinky, a Hyundai and Kia 3rd-party wrapper",
"main": "bluelinky.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SondreNjaastad/node-red-contrib-bluelinky.git"
},
"keywords": [
"Hyundai",
"Kia",
"Bluelink",
"UVO",
"Bluelinky",
"node-red"
],
"node-red": {
"nodes": {
"bluelinky": "bluelinky.js"
}
},
"author": "Sondre Tungesvik Njåstad",
"contributors": [
"Sean Boult"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/SondreNjaastad/node-red-contrib-bluelinky/issues"
},
"homepage": "https://github.com/SondreNjaastad/node-red-contrib-bluelinky#readme",
"dependencies": {
"bluelinky": "latest"
}
}