automation-api
Version:
Home Automation API
35 lines (34 loc) • 813 B
JSON
{
"name": "automation-api",
"version": "0.1.17",
"description": "Home Automation API",
"main": "index.js",
"dependencies": {
"lirc_node": "0.0.1",
"rc-switch-he": "^0.2.0",
"rcswitch": "^0.3.1"
},
"devDependencies": {
"async": "^0.9.0",
"express": "^4.12.2",
"socket.io": "^1.3.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ovanduynslaeger/automation-api.git"
},
"keywords": [
"home",
"automation",
"api"
],
"author": "Olivier Vanduynslaeger <o.vanduynslager@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ovanduynslaeger/automation-api/issues"
},
"homepage": "https://github.com/ovanduynslaeger/automation-api"
}