forked from stream-monkey/aws-transcribe-to-vtt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "aws-transcribe-to-vtt",
"version": "1.0.5",
"description": "Turn JSON from Amazon AWS Transcribe into VTT files for use as subtitles.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stream-monkey/aws-transcribe-to-vtt.git"
},
"author": "Paul Le Grand <[email protected]> (http://www.paullegrand.org)",
"license": "ISC",
"bugs": {
"url": "https://github.com/stream-monkey/aws-transcribe-to-vtt/issues"
},
"homepage": "https://github.com/stream-monkey/aws-transcribe-to-vtt#readme",
"dependencies": {
"async": "^2.6.0",
"prompt-sync": "^4.1.5",
"selenium-webdriver": "^4.0.0-alpha.1"
},
"devDependencies": {
"chai": "^4.1.2",
"express": "^4.16.2",
"mocha": "^5.0.0"
},
"directories": {
"lib": "lib"
},
"keywords": [
"AWS",
"Transcribe",
"JSON",
"VTT",
"WebVTT",
"speech",
"recognition",
"format",
"subtitle",
"subtitles"
]
}