-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 917 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
{
"name": "node-red-contrib-nano-tts",
"node-red": {
"nodes": {
"nano-tts": "nano-tts/nano-tts.js"
}
},
"main": "nano-tts/nano-tts.js",
"os": [
"linux"
],
"version": "0.0.1",
" description": "This node produces a WAV file or PCM buffer of the text in `msg.payload` as read out by the Pico-TTS binary from SVOX. This can either be played back locally or passed on for playback elsewhere.",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clickworkorange/node-red-contrib-nano-tts.git"
},
"keywords": [
"node-red",
"TTS",
"text to speech"
],
"author": "Ola Tuvesson",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/clickworkorange/node-red-contrib-nano-tts/issues"
},
"homepage": "https://github.com/clickworkorange/node-red-contrib-nano-tts#readme",
"dependencies": {}
}