-
- Downloads
Initial commit
parents
No related branches found
No related tags found
README.md
0 → 100644
config-sample.json
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "dash-button-shm", | |||
"version": "0.1.0", | |||
"description": "Control Samsung SmartThings Home Monitor with an Amazon Dash button", | |||
"author": "Erick Hitter <contact@ethitter.com>", | |||
"license": "GPL-2.0+", | |||
"main": "index.js", | |||
"keywords": [ | |||
"smartthings", | |||
"smart home monitor", | |||
"shm", | |||
"dash", | |||
"amazon dash", | |||
"dash button" | |||
], | |||
"dependencies": { | |||
"async": "*", | |||
"mqtt": "*", | |||
"node-dash-button": "*" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://git.ethitter.com/open-source/dash-button-shm.git" | |||
} | |||
} |
Please register or sign in to comment