Files
web-bluetooth-dfu/bower.json
2018-01-05 20:42:03 +00:00

35 lines
720 B
JSON

{
"name": "web-bluetooth-dfu",
"description": "Device firmware update with Web Bluetooth",
"homepage": "https://github.com/thegecko/web-bluetooth-dfu",
"authors": "Rob Moran <rob@thegecko.org>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/thegecko/web-bluetooth-dfu.git"
},
"keywords": [
"ble",
"bluetooth",
"dfu",
"firmware",
"fota",
"nordic",
"web-bluetooth"
],
"dependencies": {
"webbluetooth": "git://github.com/thegecko/webbluetooth.git"
},
"ignore": [
"_flash",
"firmware",
".gitignore",
"circle.yml",
"gulpfile.js",
"index.html",
"tsconfig.json",
"tslint.json",
"package.json"
]
}