mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-10 10:58:24 +08:00
37 lines
776 B
JSON
37 lines
776 B
JSON
{
|
|
"name": "web-bluetooth-dfu",
|
|
"version": "0.2.0",
|
|
"description": "Device firmware update with Web Bluetooth",
|
|
"homepage": "https://github.com/thegecko/web-bluetooth-dfu",
|
|
"author": "Rob Moran <github@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"
|
|
],
|
|
"scripts": {
|
|
"example": "node examples/secure_dfu_node.js"
|
|
},
|
|
"dependencies": {
|
|
"bleat": "^0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"crc-32": "^1.0.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-jshint": "^1.9.0",
|
|
"jszip": "^3.1.3",
|
|
"progress": "^2.0.0"
|
|
}
|
|
}
|