mirror of
https://github.com/thegecko/web-bluetooth-dfu.git
synced 2025-12-12 03:58:12 +08:00
Added support for buttonless devices and multiple firmware images ina package
This commit is contained in:
13
package.json
13
package.json
@@ -20,14 +20,17 @@
|
||||
"nordic",
|
||||
"web-bluetooth"
|
||||
],
|
||||
"scripts": {
|
||||
"example": "node examples/secure_dfu_node.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"bleat": "^0.1.1",
|
||||
"crc-32": "^1.0.2",
|
||||
"jszip": "^3.1.3",
|
||||
"progress": "^2.0.0"
|
||||
"bleat": "^0.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"crc-32": "^1.0.2",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-jshint": "^1.9.0"
|
||||
"gulp-jshint": "^1.9.0",
|
||||
"jszip": "^3.1.3",
|
||||
"progress": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user