-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 965 Bytes
/
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
{
"name": "tts-speak",
"version": "1.1.1",
"description": "A standard Text To Speech wrapper with multiple providers support. Once the sound file is generated it's play the sound from cache.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:G33kLabs/node-tts-speak.git"
},
"keywords": [
"tts",
"speak",
"voicerss",
"tts.js",
"aplay",
"afplay",
"mplayer"
],
"author": "G33k Labs",
"license": "ISC",
"bugs": {
"url": "https://github.com/G33kLabs/node-tts-speak/issues"
},
"homepage": "https://github.com/G33kLabs/node-tts-speak",
"dependencies": {
"MD5": "^1.2.1",
"fs-extra": "^0.15.0",
"g33k-logger": "^0.1.0",
"lame": "^1.2.2",
"lodash": "^2.4.2",
"node-mpg123-util": "0.0.3",
"request": "^2.51.0",
"speaker": "^0.2.5",
"underscore.string": "^3.0.2"
}
}