nativescript-bluetooth
Version:
Connect to and interact with Bluetooth LE peripherals
57 lines (56 loc) • 1.52 kB
JSON
{
"name": "nativescript-bluetooth",
"version": "3.0.0",
"description": "Connect to and interact with Bluetooth LE peripherals",
"main": "./bluetooth",
"typings": "./bluetooth.d.ts",
"nativescript": {
"platforms": {
"android": "3.0.0",
"ios": "3.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/EddyVerbruggen/nativescript-bluetooth.git"
},
"keywords": [
"ecosystem:NativeScript",
"NativeScript",
"BLE",
"Bluetooth",
"Bluetooth LE",
"Bluetooth Smart",
"Bluetooth Low Energy"
],
"author": {
"name": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
"contributors": [
{
"name": "Brad Martin",
"email": "bmartin@nstudio.io",
"url": "https://github.com/bradmartin"
},
{
"name": "Martin Guillon",
"email": "martin.guillon@akyasl.fr"
},
{
"name": "Ryan Pendergast",
"email": "ryan.pendergast@gmail.com",
"url": "https://rynop.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EddyVerbruggen/nativescript-bluetooth/issues"
},
"homepage": "https://github.com/EddyVerbruggen/nativescript-bluetooth",
"dependencies": {
"make-error":"1.3.5",
"nativescript-observable": "^2.0.1",
"p-queue": "^6.2.1"
}
}