Files
web-bluetooth-dfu/package.json
2020-05-10 09:37:48 +01:00

57 lines
1.3 KiB
JSON

{
"name": "web-bluetooth-dfu",
"version": "1.2.0",
"description": "Device firmware update with Web Bluetooth",
"homepage": "https://thegecko.github.io/web-bluetooth-dfu/",
"author": "Rob Moran <github@thegecko.org>",
"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": {
"build": "gulp",
"example": "node examples/node.js"
},
"engines": {
"node": ">=8.14.0"
},
"dependencies": {
"@types/node": "^8.10.40",
"@types/web-bluetooth": "0.0.5"
},
"devDependencies": {
"browserify": "^16.5.1",
"crc-32": "^1.2.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"jszip": "^3.4.0",
"merge2": "^1.3.0",
"progress": "^2.0.3",
"tslint": "^6.1.1",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.8.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"webbluetooth": "^2.0.1"
}
}