UNPKG

cylon-ble

Version:

Cylon module for Bluetooth Low Energy (LE) peripherals

50 lines (42 loc) 926 B
{ "name": "cylon-ble", "version": "0.10.1", "description": "Cylon module for Bluetooth Low Energy (LE) peripherals", "homepage": "http://cylonjs.com", "bugs": "https://github.com/hybridgroup/cylon-ble/issues", "author": "The Hybrid Group <cylonjs@hybridgroup.com>", "repository": { "type": "git", "url": "https://github.com/hybridgroup/cylon-ble" }, "license": "Apache-2.0", "keywords": [ "cylon", "cylonjs", "cylons", "robot", "robots", "robotics", "iot", "hardware", "Bluetooth", "BLE", "Bluetooth LE" ], "bin": { "cylon-ble-scan": "bin/blescan.js", "cylon-ble-info": "bin/bleinfo.js" }, "devDependencies": { "sinon-chai": "^2.8.0", "chai": "^3.2.0", "mocha": "^2.2.5", "sinon": "^1.15.4", "eslint": "^0.24.0" }, "dependencies": { "cylon": "^1.2.0", "noble": "^1.3.0", "async": "^1.4.0" } }