{ "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 ", "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.3" }, "devDependencies": { "crc-32": "^1.0.2", "gulp": "^3.9.1", "gulp-jshint": "^1.9.0", "jszip": "^3.1.3", "progress": "^2.0.0" } }