forked from sandflow/imscJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
51
{
"name": "imsc",
"description": "Renders IMSC documents to HTML5 fragments",
"version": "1.1.5",
"license": "BSD-2-Clause",
"homepage": "https://github.com/sandflow/imscJS",
"bugs": "https://github.com/sandflow/imscJS/issues",
"repository": "github:sandflow/imscJS",
"files": [
"src/main/js",
"README.txt",
"dist"
],
"keywords": [
"imsc1",
"imsc1.0.1",
"imsc",
"imsc1.1",
"ebut-tt-d",
"smpte-tt",
"sdp-us",
"cff-tt",
"ttml",
"imsc"
],
"author": "Pierre-Anthony Lemieux <[email protected]>",
"main": "src/main/js/main.js",
"unpkg": "dist/imsc.min.js",
"scripts": {
"prepublishOnly": "grunt build:release"
},
"dependencies": {
"sax": "1.2.1"
},
"devDependencies": {
"browserify": "^16.2.3",
"filesaver.js-npm": "latest",
"google-closure-compiler": "^20180910.1.0",
"grunt": "latest",
"grunt-browserify": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-jshint": "latest",
"grunt-exec": "^3.0.0",
"grunt-npmcopy": "latest",
"grunt-sync": "latest",
"jszip": "latest",
"node-qunit": "^1.0.0",
"qunit-assert-close": "latest",
"qunitjs": "latest"
}
}