Skip to content

Commit a2c82f9

Browse files
committed
registered as a bower package
1 parent 704beb1 commit a2c82f9

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

bower.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "ustream-embedapi",
3+
"version": "0.0.1",
4+
"homepage": "https://github.com/ustream/embedapi",
5+
"authors": [
6+
7+
],
8+
"description": "Enables sites using the Ustream embed iframe to build and adapt on the embed live player.",
9+
"main": "src/ustream-embedapi.js",
10+
"moduleType": [
11+
"globals"
12+
],
13+
"keywords": [
14+
"ustream",
15+
"embed",
16+
"api",
17+
"live",
18+
"video",
19+
"streaming"
20+
],
21+
"license": "MIT",
22+
"ignore": [
23+
"**/.*",
24+
"node_modules",
25+
"bower_components",
26+
"test",
27+
"tests"
28+
]
29+
}

0 commit comments

Comments
 (0)