homeassistant
Version:
Home Assistant Node.js library
35 lines (34 loc) • 772 B
JSON
{
"name": "homeassistant",
"version": "0.2.0",
"description": "Home Assistant Node.js library",
"main": "lib/HomeAssistant.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/goyney/homeassistant_node.git"
},
"keywords": [
"home",
"assistant",
"home-assistant",
"homeassistant"
],
"author": "Michael Irigoyen <goyney@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/goyney/homeassistant_node/issues"
},
"homepage": "https://github.com/goyney/homeassistant_node#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"rewire": "^4.0.1"
},
"dependencies": {
"moment": "^2.24.0",
"request": "^2.88.0"
}
}