-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.08 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": "Rick Eyre <[email protected]>",
"name": "node-vtt",
"version": "1.1.7",
"description": "A node wrapper for vtt.js",
"main": "lib/node-vtt.js",
"repository": {
"type": "git",
"url": "git://github.com/mozilla/node-vtt.git"
},
"dependencies": {
"vtt.js": "0.11.7",
"node-phantom": "0.2.5",
"socket.io": "0.9.6"
},
"devDependencies": {
"grunt": "0.4.4",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.10.0",
"grunt-bump": "0.0.13",
"text-encoding": "0.0.0",
"grunt-mocha-test": "0.10.2",
"chai": "1.9.1",
"mocha": "1.20.1"
},
"keywords": [
"vtt",
"webvtt",
"track",
"captions",
"subtitles",
"text track"
],
"files": [
"lib/basic.html",
"lib/node-vtt.js",
"bower.json"
],
"license": {
"type": "Apache-2.0",
"url": "https://github.com/mozilla/vtt.js/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/mozilla/node-vtt/issues"
},
"homepage": "https://github.com/mozilla/node-vtt",
"scripts": {
"test": "./node_modules/.bin/grunt"
}
}