home-controller
Version:
A Node Home Automation Controller for Insteon Devices
48 lines (47 loc) • 1.17 kB
JSON
{
"version": "0.9.2",
"author": "Brandon Goode <brandon@automategreen.com>",
"name": "home-controller",
"description": "A Node Home Automation Controller for Insteon Devices",
"keywords": [
"automation",
"insteon"
],
"homepage": "https://github.com/automategreen/home-controller",
"repository": {
"type": "git",
"url": "https://github.com/automategreen/home-controller"
},
"bugs": {
"email": "support@automategreen.com",
"url": "https://github.com/automategreen/home-controller/issues"
},
"main": "./index.js",
"engines": {
"node": ">= 4.0"
},
"dependencies": {
"commander": "^7.2.0",
"debug": "^4.3.1",
"eventsource": "^1.1.0",
"q": "^1.5.1"
},
"optionalDependencies": {
"serialport": "^8.0.7",
"spark": "^1.0.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"grunt": "^1.4.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-mocha-istanbul": "*",
"grunt-mocha-test": "^0.13.3",
"istanbul": "*",
"mocha": "^8.4.0",
"should": "^13.2.3"
},
"scripts": {
"test": "grunt"
},
"license": "MIT"
}