{ "name": "web-bluetooth-dfu", "version": "1.0.1", "description": "Device firmware update with Web Bluetooth", "homepage": "https://thegecko.github.io/web-bluetooth-dfu/", "author": "Rob Moran ", "license": "MIT", "types": "./types/index.d.ts", "main": "./index.js", "browser": { "./index.js": "./dist/secure-dfu.js" }, "repository": { "type": "git", "url": "git://github.com/thegecko/web-bluetooth-dfu.git" }, "keywords": [ "ble", "bluetooth", "dfu", "firmware", "fota", "nordic", "web-bluetooth" ], "scripts": { "gulp": "gulp", "example": "node examples/node.js" }, "engines": { "node": ">=4.8.0" }, "devDependencies": { "@types/node": "^8.0.54", "@types/web-bluetooth": "0.0.4", "browserify": "^15.0.0", "crc-32": "^1.0.2", "del": "^3.0.0", "gulp": "^3.9.1", "gulp-sourcemaps": "^2.6.1", "gulp-tslint": "^8.1.2", "gulp-typescript": "^3.2.3", "gulp-uglify": "^3.0.0", "jszip": "^3.1.3", "merge2": "^1.2.0", "progress": "^2.0.0", "tslint": "^5.8.0", "tslint-eslint-rules": "^4.1.1", "typescript": "^2.6.2", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0", "webbluetooth": "^1.0.4" } }