-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 750 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 750 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
33
34
{
"name": "polly-tts",
"version": "1.0.4",
"description": "Provides a simple and easy to use Text To Speech API using Amazon Polly Services",
"private": false,
"main": "lib/index.js",
"author": "Carlos Knoke Flores <carlos@knoke.net>",
"engines": {
"node": ">=4.0"
},
"license": "MIT",
"keywords": [
"text-to-speech",
"tts",
"text to speech",
"amazon",
"polly",
"aws"
],
"dependencies": {
"aws4": "^1.6.0"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/MexXxo/node-polly-tts.git"
},
"bugs": {
"url": "https://github.com/MexXxo/node-polly-tts/issues"
},
"homepage": "https://github.com/MexXxo/node-polly-tts#readme"
}