UNPKG

cordova-plugin-ble-central

Version:
49 lines (48 loc) 1.21 kB
{ "name": "cordova-plugin-ble-central", "version": "2.0.0", "description": "Bluetooth Low Energy (BLE) Central Plugin", "scripts": { "slimify": "node tools/make-slim-variant.mjs", "version": "node tools/set-plugin-version.mjs && git add plugin.xml", "test": "tsc types.d.ts" }, "cordova": { "id": "cordova-plugin-ble-central", "platforms": [ "ios", "android", "browser" ] }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "git+https://github.com/don/cordova-plugin-ble-central.git" }, "keywords": [ "cordova", "capacitor", "bluetooth", "ble", "bluetoothle", "bluetooth le", "low energy", "smart", "ecosystem:cordova", "cordova-ios", "cordova-android" ], "author": "Don Coleman <don.coleman@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/don/cordova-plugin-ble-central/issues" }, "types": "./types.d.ts", "homepage": "https://github.com/don/cordova-plugin-ble-central#readme", "devDependencies": { "@xmldom/xmldom": "^0.8.7" } }