talkr-tts
Version:
Wraps speechSynthesis calls for applications that want to animate to the voice
40 lines (39 loc) • 1.13 kB
JSON
{
"name": "talkr-tts",
"version": "0.0.2",
"description": "Wraps speechSynthesis calls for applications that want to animate to the voice",
"main": "lib/talkr-tts.js",
"scripts": {
"build": "webpack --env dev && webpack --env build && npm run test",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --require babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --require babel-core/register --colors -w ./test/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/talkr-app/talkr-tts.git"
},
"keywords": [
"tts",
"text to speech",
"speechSynthesis",
"talkr"
],
"author": "Talkr, Inc.",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"eslint": "^4.13.1",
"eslint-loader": "^1.9.0",
"mocha": "^4.0.1",
"webpack": "^3.10.0",
"yargs": "^10.0.3"
},
"dependencies": {}
}