node-tado-api
Version:
NodeJS wrapper around Tado web-app API.
34 lines (33 loc) • 763 B
JSON
{
"name": "node-tado-api",
"version": "0.0.2",
"description": "NodeJS wrapper around Tado web-app API.",
"main": "node-tado-api.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nevertheless75/node-tado-api.git"
},
"keywords": [
"JavaScript",
"NodeJS",
"Tado"
],
"author": "Nevertheless",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/nevertheless75/node-tado-api/issues"
},
"homepage": "https://github.com/nevertheless75/node-tado-api#readme",
"dependencies": {
"debug": "^2.6.0",
"properties-reader": "0.0.16",
"q": "^1.4.1",
"simple-replace": "0.0.2"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}