forked from Dash-Industry-Forum/cea608.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 788 Bytes
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
{
"name": "cea608",
"version": "1.0.1",
"description": "CEA-608 parsing and generation of timed display map",
"main": "lib/cea608-parser.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec",
"coverage-report": "istanbul report --root coverage lcov"
},
"keywords": [
"closed captioning",
"subtitles",
"cea-608"
],
"homepage": "https://github.com/Dash-Industry-Forum/cea608.js",
"author": "Torbjorn Einarsson <torbjorn.einarsson@edgeware.tv>",
"license": "BSD-3-Clause",
"repository": "github:Dash-Industry-Forum/cea608.js",
"bugs": "https://github.com/Dash-Industry-Forum/cea608.js/issues",
"devDependencies": {
"chai": "^3.4.1",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
},
"dependencies": {}
}