mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-10 02:48:13 +08:00
31 lines
673 B
JSON
31 lines
673 B
JSON
{
|
|
"name": "web-bluetooth-dfu",
|
|
"version": "0.0.1",
|
|
"description": "Device firmware update with Web Bluetooth",
|
|
"homepage": "https://github.com/thegecko/web-bluetooth-dfu",
|
|
"author": "Rob Moran <rob@thegecko.org>",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-jshint": "^1.9.0"
|
|
}
|
|
}
|