-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
34 lines (34 loc) · 787 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
{
"name": "yandex-speech",
"version": "0.0.14",
"description": "node.js module for Yandex speech systems (ASR & TTS)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Dmitriev Sergey",
"email": "[email protected]",
"url": "http://www.antirek.ru/"
},
"license": "MIT",
"dependencies": {
"node-uuid": "^1.4.2",
"request": "^2.40.0"
},
"repository": {
"type": "git",
"url": "git://github.com/antirek/yandex-speech.git"
},
"keywords": [
"yandex",
"speech",
"asr",
"tts"
],
"bugs": {
"url": "https://github.com/antirek/yandex-speech/issues"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/antirek/yandex-speech"
}