Initial release.
parents
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
august.js
0 → 100644
cli.js
0 → 100644
config.js
0 → 100644
lock.js
0 → 100644
npm-shrinkwrap.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "augustctl", | ||
"version": "0.0.1", | ||
"description": "Controller for August Smart Lock", | ||
"author": "Dan Walters <dan@walters.io>", | ||
"license": "MIT", | ||
"main": "august.js", | ||
"bin": "./cli.js", | ||
"keywords": [ | ||
"august", | ||
"smartlock", | ||
"bluetooth" | ||
], | ||
"dependencies": { | ||
"bluebird": "^2.3.10", | ||
"debug": "^2.1.0", | ||
"noble": "^0.3.6", | ||
"underscore": "^1.7.0", | ||
"yargs": "^1.3.3" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/sretlawd/augustctl/augustctl.git" | ||
} | ||
} |
tools/.gitignore
0 → 100644
tools/decode_capture.js
0 → 100644
tools/decrypt_preferences.js
0 → 100644
Please register or sign in to comment