UNPKG

polly-text-split

Version:

Text splitter for working with AWS Polly TTS.

28 lines (27 loc) 789 B
{ "name": "polly-text-split", "version": "0.1.4", "description": "Text splitter for working with AWS Polly TTS.", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "tap test/*.js", "cover": "tap test/*.js --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/oleglegun/polly-text-split.git" }, "keywords": ["polly", "aws", "tts", "alexa", "text split", "amazon"], "author": "Oleg Legun <oleg.legun@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/oleglegun/polly-text-split/issues" }, "homepage": "https://github.com/oleglegun/polly-text-split#readme", "devDependencies": { "tap": "^11.1.3" } }