forked from Hagsten/Talkify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 900 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
{
"name": "talkify-tts",
"version": "2.1.2",
"description": "A JavaScript text to speech (TTS) library. Provides you with high quality TTS voices in many languages and a high quality language. These voices and engines runs on a Talkify hosted server. This lib also supports browser built in voices via the SpeechSynthesis API if you rather not rely on Talkify servers.",
"main": "dist/talkify.js",
"style": "dist/styles/*.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hagsten/Talkify.git"
},
"keywords": [
"tts",
"text to speech",
"speech synthesis"
],
"author": "Andreas Hagsten [email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hagsten/Talkify/issues"
},
"homepage": "https://github.com/Hagsten/Talkify#readme"
}