UNPKG

wearable-ble

Version:

A node module that facilitates communication with a wearable in the spotlight project

28 lines (27 loc) 712 B
{ "name": "wearable-ble", "version": "1.4.4", "description": "A node module that facilitates communication with a wearable in the spotlight project", "main": "wearable.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/jordankid93/wearable-ble.git" }, "keywords": [ "spotlight", "wearable" ], "author": "Isaiah Smit (@jordankid93)", "license": "MIT", "bugs": { "url": "https://github.com/jordankid93/wearable-ble/issues" }, "homepage": "https://github.com/jordankid93/wearable-ble#readme", "dependencies": { "feather-ble": "^1.3.5", "underscore": "^1.8.3" } }