-
Notifications
You must be signed in to change notification settings - Fork 94
/
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.12.1",
"homepage": "https://github.com/mozilla/vtt.js",
"authors": [
"Andreas Gal <gal@mozilla.com>",
"Rick Eyre <rick.eyre@hotmail.com>",
"David Humphrey <david.humphrey@senecacollege.ca>",
"Jeffrey Espiritu <jeff_pro3@hotmail.com>",
"Alex Kotliar <alexkotliar@gmail.com>",
"Ali Al Dallal <ali@alicoding.com>",
"Edwin Lim <limed3@gmail.com>",
"Michael Afidchao <mdafidchao@learn.senecac.on.ca>",
"Shayan Ahmad <szahmad@learn.senecac.on.ca>",
"Jordan Raffoul <raffoul.jordan@gmail.com>",
"Vince Lee <vince.lee.lien@gmail.com>",
"Kyle Barnhart <kyle@barnhart.ca>",
"Mandeep Garg <mkgarg1@learn.senecac.on.ca>",
"Dale Karp <me@dale.io>",
"Marcus Saad <mv.nsaad@gmail.com>",
"Cyril Concolato <cyril.concolato@telecom-paristech.fr>"
],
"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"
]
}