x10-remote
Version:
X10 Home Automation Server
28 lines (27 loc) • 621 B
JSON
{
"name": "x10-remote",
"version": "1.0.0",
"description": "X10 Home Automation Server",
"author": "Eric Conner <Eric@EricConnerApps.com>",
"license": "MIT",
"main": "X10-Remote.js",
"scripts": {
"start": "node X10-Remote.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EricConnerApps/X10-Remote.git"
},
"dependencies": {
"serialport": "2.0.5"
},
"bugs": {
"url": "https://github.com/EricConnerApps/X10-Remote/issues"
},
"homepage": "https://github.com/EricConnerApps/X10-Remote#readme",
"keywords": [
"X10",
"Home",
"Automation"
]
}