node-blead-sl
Version:
The node-blead-sl is a controller of BLE beacon "BLEAD-SL" equipped with a buzzer. Note that "BLEAD-SL" is available only in Japan.
34 lines • 855 B
JSON
{
"name": "node-blead-sl",
"version": "0.0.2",
"description": "The node-blead-sl is a controller of BLE beacon \"BLEAD-SL\" equipped with a buzzer. Note that \"BLEAD-SL\" is available only in Japan.",
"main": "./lib/blead-sl.js",
"files": [
"lib"
],
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"beacon",
"buzzer",
"BLE",
"Bluetooth Low Energy",
"Bluetooth smart",
"Bluetooth"
],
"homepage": "https://github.com/futomi",
"author": "Futomi Hatano <futomi.hatano@gmail.com> (https://github.com/futomi)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/futomi/node-blead-sl.git"
},
"readmeFilename": "README.md",
"dependencies": {
"@abandonware/noble": ">=1.9.2-7"
}
}