-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 803 Bytes
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": "cordova-plugin-speech",
"version": "0.0.4",
"description": "This is cordova plugin for Speech Recognition and Text to Speech.",
"cordova": {
"id": "cordova-plugin-speech",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/pravinkumarputta/cordova-plugin-speech.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova",
"speech",
"recognition",
"stt",
"tts",
"texttospeech",
"speechtotext"
],
"author": "Pravinkumar Putta",
"license": "MIT",
"bugs": {
"url": "https://github.com/pravinkumarputta/cordova-plugin-speech/issues"
},
"homepage": "https://github.com/pravinkumarputta/cordova-plugin-speech#readme"
}