Files
web-bluetooth-dfu/bower.json
2017-05-22 01:00:56 +01:00

32 lines
663 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",
"bleat",
"bluetooth",
"dfu",
"firmware",
"fota",
"nordic",
"web-bluetooth"
],
"dependencies": {
"bleat": "git://github.com/thegecko/bleat.git"
},
"ignore": [
"firmware",
".eslintrc",
".gitignore",
"circle.yml",
"gulpfile.js",
"package.json"
]
}