We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704beb1 commit a2c82f9Copy full SHA for a2c82f9
1 file changed
bower.json
@@ -0,0 +1,29 @@
1
+{
2
+ "name": "ustream-embedapi",
3
+ "version": "0.0.1",
4
+ "homepage": "https://github.com/ustream/embedapi",
5
+ "authors": [
6
+ "_nec <nec@shell8.net>"
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