-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
50 lines (50 loc) · 1.22 KB
/
package.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
48
49
50
{
"author": "Andreas Gal <gal@mozilla.com>",
"name": "vtt.js",
"description": "A JavaScript implementation of the WebVTT specification.",
"version": "0.13.0",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/vtt.js.git"
},
"homepage": "https://github.com/mozilla/vtt.js",
"devDependencies": {
"grunt": "0.4.1",
"grunt-cli": "0.1.9",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-concat": "0.4.0",
"mocha": "1.20.1",
"difflet": "https://github.com/humphd/difflet.git#714b82706ad39d75275a886aeff637df5097626f",
"underscore": "1.6.0",
"optimist": "0.6.1",
"dive": "0.3.1",
"async": "0.9.0",
"grunt-bump": "0.0.14",
"json-stable-stringify": "1.0.0",
"node-vtt": "1.1.7",
"text-encoding": "0.1.0",
"grunt-mocha-test": "0.11.0"
},
"main": "lib/index.js",
"files": [
"lib/index.js",
"lib/vtt.js",
"lib/vttcue.js",
"lib/vttcue-extended.js",
"lib/vttregion.js",
"lib/vttregion-extended.js"
],
"keywords": [
"vtt",
"webvtt",
"track",
"captions",
"subtitles",
"text track"
],
"scripts": {
"test": "./node_modules/.bin/grunt"
},
"license": "Apache-2.0"
}