-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1004 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
40
41
42
{
"name": "@mastashake08/speech-kit",
"version": "2.0.8",
"description": "Package for simplifying the Speech Recognition and Speech Utterence process.",
"main": "SpeechKit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "sh local-build.sh ~/Desktop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mastashake08/speech-kit.git"
},
"keywords": [
"speech",
"recognition",
"speech",
"grammar",
"speech",
"utterance",
"grammar list",
"grammar parse",
"speech recognition",
"speech synthesis",
"speech grammar",
"speech voices",
"voice recognition",
"grammar",
"JSGF",
"Web Speech API",
"SSML"
],
"author": "Mastashake08",
"license": "GPL",
"bugs": {
"url": "https://github.com/mastashake08/speech-kit/issues"
},
"homepage": "https://github.com/mastashake08/speech-kit#readme",
"devDependencies": {
"jsdoc-to-markdown": "^8.0.0"
}
}