-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.06 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
{
"name": "acoustic-model-machine",
"version": "1.0.2",
"description": "generate Custom Speech Service acoustic model datasets from audio and matching subtitles",
"bin": {
"acoustic-model-machine": "./bin/acoustic-model-machine.js"
},
"scripts": {
"test": "tape test/*.js test/*/*.js"
},
"author": "Suz Hinton",
"license": "MIT",
"dependencies": {
"async": "^2.5.0",
"colors": "^1.1.2",
"left-pad": "^1.1.3",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"progress": "^2.0.0",
"srt-to-obj": "0.0.3"
},
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"sinon": "^7.3.2",
"tape": "^4.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noopkat/acoustic-model-machine.git"
},
"keywords": [
"custom",
"speech",
"service",
"microsoft",
"acoustic",
"adaptation"
],
"bugs": {
"url": "https://github.com/noopkat/acoustic-model-machine/issues"
},
"homepage": "https://github.com/noopkat/acoustic-model-machine#readme"
}