myq-node
Version:
A module that lets you control your myq chamberlain garage door with node.
28 lines (27 loc) • 685 B
JSON
{
"name": "myq-node",
"version": "0.1.4",
"description": "A module that lets you control your myq chamberlain garage door with node.",
"main": "main.js",
"dependencies": {
"request": "^2.81.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConnorTheFox/myq-node.git"
},
"keywords": [
"chamberlain",
"myq"
],
"author": "connorthefox",
"license": "MIT",
"bugs": {
"url": "https://github.com/ConnorTheFox/myq-node/issues"
},
"homepage": "https://github.com/ConnorTheFox/myq-node#readme"
}