UNPKG

keyble

Version:

Command line tools and library for controlling eQ-3 eqiva Bluetooth smart locks

46 lines (45 loc) 988 B
{ "name": "keyble", "version": "0.1.14", "description": "Command line tools and library for controlling eQ-3 eqiva Bluetooth smart locks", "main": "keyble.js", "bin": { "keyble-sendcommand": "./sendcommand.js", "keyble-registeruser": "./registeruser.js" }, "scripts": { "compile": "coffee --bare --no-header --map --compile *.coffee", "prepublishOnly": "npm run compile", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/oyooyo/keyble.git" }, "keywords": [ "eqiva", "eQ-3", "Bluetooth", "Smart Lock" ], "author": { "name": "oyooyo" }, "license": "ISC", "devDependencies": { "coffeescript": "^2.3.2" }, "dependencies": { "aes-js": "^3.1.2", "argparse": "^1.0.10", "debug": "^4.1.1", "simble": "^0.2.3" }, "files": [ "CHANGELOG.md", "*.js", "package.json", "package-lock.json", "README.md" ] }