Added node example

This commit is contained in:
Rob Moran
2016-02-15 00:53:02 +00:00
parent 8563f595cb
commit d92a6230b8
10 changed files with 229 additions and 285 deletions

28
bower.json Normal file
View File

@@ -0,0 +1,28 @@
{
"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#web-bluetooth"
},
"ignore": [
".gitignore",
"package.json"
]
}