google-tts-api
Version:
Google TTS (Text-To-Speech) for node.js
37 lines (36 loc) • 814 B
JSON
{
"name": "google-tts-api",
"version": "0.0.4",
"description": "Google TTS (Text-To-Speech) for node.js",
"main": "index.js",
"scripts": {
"test": "mocha",
"cover": "istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zlargon/google-tts.git"
},
"keywords": [
"google",
"google-tts",
"text-to-speech"
],
"author": "zlargon",
"license": "MIT",
"bugs": {
"url": "https://github.com/zlargon/google-tts/issues"
},
"homepage": "https://github.com/zlargon/google-tts#readme",
"dependencies": {
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
"es6-promise": "^4.2.5",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
}
}