forked from vilicvane/cordova-plugin-tts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 682 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 682 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
{
"name": "cordova-plugin-tts",
"version": "0.2.3",
"description": "Cordova Text-to-Speech Plugin",
"cordova": {
"id": "cordova-plugin-tts",
"platforms": [
"ios",
"wp8",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/vilic/cordova-plugin-tts.git"
},
"keywords": [
"cordova",
"tts",
"text-to-speech",
"ecosystem:cordova",
"cordova-ios",
"cordova-wp8",
"cordova-android"
],
"author": "VILIC VANE",
"license": "MIT",
"bugs": {
"url": "https://github.com/vilic/cordova-plugin-tts/issues"
},
"homepage": "https://github.com/vilic/cordova-plugin-tts#readme"
}