bleat
Version:
Abstraction library following Web Bluetooth specification for hiding differences in JavaScript BLE APIs
37 lines (36 loc) • 796 B
JSON
{
"name": "bleat",
"version": "0.1.9",
"description": "Abstraction library following Web Bluetooth specification for hiding differences in JavaScript BLE APIs",
"homepage": "https://github.com/thegecko/bleat",
"author": "Rob Moran <rob@thegecko.org>",
"license": "MIT",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/thegecko/bleat.git"
},
"keywords": [
"web-bluetooth",
"bleat",
"ble",
"bluetooth",
"abstraction"
],
"scripts": {
"gulp": "gulp"
},
"engines": {
"node": ">=4.8.0"
},
"optionalDependencies": {
"noble": "^1.9.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.2",
"jshint": "^2.10.2"
}
}