forked from sandflow/imscJS
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·61 lines (61 loc) · 1.66 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
52
53
54
55
56
57
58
59
60
61
{
"name": "@bbc/smp-imsc",
"description": "SMP fork of imscJS",
"version": "1.0.11-2",
"publishConfig": {
"tag": "latest"
},
"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",
"scripts": {
"build": "grunt build:release && gulp",
"postversion": "git push && git push --tags"
},
"dependencies": {
"sax": "1.2.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"browserify": "^16.2.3",
"esm": "^3.2.25",
"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",
"gulp": "^4.0.2",
"jszip": "latest",
"node-qunit": "^1.0.0",
"qunit-assert-close": "latest",
"qunitjs": "latest",
"rollup": "^2.34.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2"
}
}