Files
web-bluetooth-dfu/package.json
2018-01-06 01:27:37 +00:00

56 lines
1.2 KiB
JSON

{
"name": "web-bluetooth-dfu",
"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>",
"license": "MIT",
"types": "./types/secure-dfu.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",
"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"
},
"dependencies": {
"webbluetooth": "^1.0.1"
}
}