-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
30 lines (30 loc) · 835 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
{
"name": "cordova-plugin-tts-advanced",
"version": "0.5.3",
"description": "Updated Cordova Text-to-Speech Plugin",
"cordova": {
"id": "cordova-plugin-tts-advanced",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/spasma/cordova-plugin-tts-advanced.git"
},
"keywords": [
"cordova",
"tts",
"text-to-speech",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"author": "Sebastiaan Pasma <sebastiaan@enkodo.nl>, VILIC VANE",
"license": "MIT",
"bugs": {
"url": "https://github.com/spasma/cordova-plugin-tts-advanced/issues"
},
"homepage": "https://github.com/spasma/cordova-plugin-tts-advanced#readme"
}