Switch bleat to webbluetooth and remove insecure DFU

This commit is contained in:
Rob Moran
2018-01-04 14:05:31 +00:00
parent 59640e19ff
commit 30e871452d
13 changed files with 407 additions and 1568 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "web-bluetooth-dfu",
"version": "0.2.0",
"version": "0.3.0",
"description": "Device firmware update with Web Bluetooth",
"homepage": "https://github.com/thegecko/web-bluetooth-dfu",
"author": "Rob Moran <github@thegecko.org>",
@@ -12,7 +12,6 @@
},
"keywords": [
"ble",
"bleat",
"bluetooth",
"dfu",
"firmware",
@@ -21,11 +20,8 @@
"web-bluetooth"
],
"scripts": {
"example": "node examples/secure_dfu_node.js",
"gulp": "gulp"
},
"dependencies": {
"bleat": "^0.1.3"
"gulp": "gulp",
"example": "node examples/node.js"
},
"devDependencies": {
"crc-32": "^1.0.2",
@@ -33,5 +29,8 @@
"gulp-eslint": "^3.0.1",
"jszip": "^3.1.3",
"progress": "^2.0.0"
},
"dependencies": {
"webbluetooth": "^1.0.0"
}
}