forked from ak1394/react-native-tts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 767 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 767 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
{
"name": "react-native-tts-export",
"version": "5.2.3",
"description": "React Native Text-To-Speech + Audio File Export module for Android and iOS - forked from ak1394/react-native-tts and includes the ability to export synthesized utterances to audio files",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/noodleofdeath/react-native-tts-export.git"
},
"keywords": [
"tts",
"voice",
"speech",
"text-to-speech",
"react",
"react-native",
"android",
"ios"
],
"author": "Houdini",
"license": "MIT",
"bugs": {
"url": "https://github.com/noodleofdeath/react-native-tts-export/issues"
},
"homepage": "https://github.com/noodleofdeath/react-native-tts-export#readme"
}