UNPKG

imu-tools

Version:

Web browser subscription to BLE and MQTT IMU sensor data

32 lines (31 loc) 849 B
{ "name": "imu-tools", "author": "Oliver Steele <steele@osteele.com> (https://osteele.com/)", "version": "0.1.4", "description": "Web browser subscription to BLE and MQTT IMU sensor data", "license": "MIT", "main": "index.js", "unpkg": "index.js", "scripts": { "example": "http-server example", "prepare": "cp ../web/js/{ble-client,imu-connection,mqtt-client,sensor-encoding,utils}.js . && mv imu-connection.js index.js", "test": "echo \"Warning: no test specified\"" }, "files": [ "/ble-client.js", "/index.js", "/mqtt-client.js", "/sensor-encoding.js", "/utils.js" ], "repository": "github:osteele/imu-tools", "keywords": [ "mqtt", "imu", "bno055" ], "homepage": "https://github.com/osteele/imu-tools/npm-package", "devDependencies": { "http-server": "^0.12.0" } }