@nativescript-community/nordic-dfu
Version:
A NativeScript plugin for performing Nordic Bluetooth device firmware updates.
42 lines • 957 B
JSON
{
"name": "@nativescript-community/nordic-dfu",
"version": "2.2.0",
"description": "A NativeScript plugin for performing Nordic Bluetooth device firmware updates.",
"main": "index",
"types": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/CatchABus/nativescript-plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android",
"nordic",
"dfu",
"firmware",
"ota",
"fota",
"ble",
"bluetooth"
],
"author": {
"name": "CatchABus",
"email": "katsampasdr@gmail.com"
},
"bugs": {
"url": "https://github.com/CatchABus/nativescript-plugins/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/CatchABus/nativescript-plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}