forked from mozilla/vtt.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 1.23 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
41
42
43
44
45
46
47
{
"name": "vtt.js",
"description": "A JavaScript implementation of the WebVTT specification.",
"version": "0.11.11",
"homepage": "https://github.com/mozilla/vtt.js",
"authors": [
"Andreas Gal <[email protected]>",
"Rick Eyre <[email protected]>",
"David Humphrey <[email protected]>",
"Jeffrey Espiritu <[email protected]>",
"Alex Kotliar <[email protected]>",
"Ali Al Dallal <[email protected]>",
"Edwin Lim <[email protected]>",
"Michael Afidchao <[email protected]>",
"Shayan Ahmad <[email protected]>",
"Jordan Raffoul <[email protected]>",
"Vince Lee <[email protected]>",
"Kyle Barnhart <[email protected]>",
"Mandeep Garg <[email protected]>",
"Dale Karp <[email protected]>",
"Marcus Saad <[email protected]>",
"Cyril Concolato <[email protected]>"
],
"license": "Apache-2.0",
"main": "dist/vtt.js",
"keywords": [
"vtt",
"webvtt",
"text",
"track",
"polyfill",
"library",
"caption",
"subtitle"
],
"ignore": [
"**/.*",
"node_modules",
"tests",
"utils",
"bin",
"AUTHORS",
"README.md",
"**/index.js",
"Gruntfile.js"
]
}