ivona-node
Version:
Ivona Cloud (via Amazon services) client library for Node
34 lines (33 loc) • 739 B
JSON
{
"name": "ivona-node",
"version": "0.4.1",
"description": "Ivona Cloud (via Amazon services) client library for Node",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ivona",
"tts",
"ivonacloud",
"text-to-speech",
"text2speech"
],
"author": "Mitch Anderson",
"license": "MIT",
"dependencies": {
"aws4": "^0.4.2"
},
"directories": {
"example": "example"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/tmanderson/ivona-node.git"
},
"bugs": {
"url": "https://github.com/tmanderson/ivona-node/issues"
},
"homepage": "https://github.com/tmanderson/ivona-node"
}