UNPKG

boost-movehub

Version:

Connects with your Lego Boost Movehub vie Bluetooth Low Energy (BLE).

30 lines (29 loc) 651 B
{ "name": "boost-movehub", "version": "0.1.0", "description": "Connects with your Lego Boost Movehub vie Bluetooth Low Energy (BLE).", "keywords": [ "BLE", "Movehub", "Lego", "Boost", "Bluetooth" ], "main": "index.js", "scripts": { "docs": "documentation build src/** -f html -o docs", "test": "mocha test/* test/**/* --exit", "example": "node examples/test.js" }, "author": "calamari <g.tavonius@gmail.com>", "license": "MIT", "dependencies": { "noble": "^1.9.1" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.2", "sinon": "^7.5.0", "sinon-chai": "^3.3.0" } }