-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
37 lines (37 loc) · 888 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
{
"name": "phonegap-plugin-speech-synthesis",
"version": "0.1.1",
"description": "W3C Web Speech API - Speech synthesis plugin for PhoneGap",
"homepage": "https://github.com/macdonst/SpeechSynthesisPlugin#readme",
"scripts": {
"test": "jasmine-node --color spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macdonst/SpeechSynthesisPlugin.git"
},
"bugs": {
"url": "https://github.com/macdonst/SpeechSynthesisPlugin/issues"
},
"cordova": {
"id": "phonegap-plugin-speech-synthesis",
"platforms": [
"ios",
"android",
"browser"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
"cordova-android",
"cordova-browser"
],
"author": "Simon MacDonald",
"license": "MIT",
"dependencies": {
"jasmine-node": "^1.14.5",
"pluginpub": "0.0.8"
}
}