mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-09 18:38:12 +08:00
Added node example
This commit is contained in:
28
bower.json
Normal file
28
bower.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "web-bluetooth-dfu",
|
||||
"description": "Device firmware update with Web Bluetooth",
|
||||
"homepage": "https://github.com/thegecko/web-bluetooth-dfu",
|
||||
"authors": "Rob Moran <rob@thegecko.org>",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/thegecko/web-bluetooth-dfu.git"
|
||||
},
|
||||
"keywords": [
|
||||
"ble",
|
||||
"bleat",
|
||||
"bluetooth",
|
||||
"dfu",
|
||||
"firmware",
|
||||
"fota",
|
||||
"nordic",
|
||||
"web-bluetooth"
|
||||
],
|
||||
"dependencies": {
|
||||
"bleat": "git://github.com/thegecko/bleat.git#web-bluetooth"
|
||||
},
|
||||
"ignore": [
|
||||
".gitignore",
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user