-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbower.json
40 lines (40 loc) · 1.03 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "web-bluetooth",
"description": "Library for interacting with Bluetooth 4.0 devices through the browser.",
"main": "dist/build.js",
"moduleType": "amd",
"keywords": [
"abstraction",
"API",
"ble",
"bluetooth",
"browser",
"client",
"developer",
"developer tool",
"experimental",
"framework",
"internet of things",
"library",
"web-bluetooth"
],
"authors": [
"Alex Patch <[email protected]> (https://github.com/the-gingerbread-man)",
"Aaron Peltz <[email protected]> (https://github.com/apeltz)",
"Carlos Corral <[email protected]> (https://github.com/ccorral)",
"Daniel Lee <[email protected]> (https://github.com/dslee393)",
"Francois Beaufort (https://github.com/beaufortfrancois)"
],
"license": "Apache-2.0",
"homepage": "docs.sabertooth.io",
"repository": "github.com/sabertooth-io/web-bluetooth",
"ignore": [
"**/.*",
"gulpfile.js",
"node_modules",
"npm.js",
"bower_components",
"test",
"tests"
]
}