vistamare-smarthome
Version:
service to manage actions via REST
26 lines (25 loc) • 529 B
JSON
{
"name": "vistamare-smarthome",
"version": "1.0.14",
"description": "service to manage actions via REST",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"smarthome",
"tradfri",
"REST",
"tuyapi"
],
"author": "Thomas Kühne",
"license": "ISC",
"dependencies": {
"conf": "^10.2.0",
"date-format": "^4.0.13",
"delay": "^5.0.0",
"express": "^4.18.1",
"node-tradfri-client": "^3.1.1",
"tuyapi": "^7.4.0"
}
}