alexa-speechlet
Version:
Alexa speech synthesis markup generator (SSML), making it easy to do all the things.
42 lines (41 loc) • 820 B
JSON
{
"name": "alexa-speechlet",
"version": "1.3.6",
"description": "Alexa speech synthesis markup generator (SSML), making it easy to do all the things.",
"main": "index.js",
"author": "Calvin Alvin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/calvinalvin/alexa-speechlet"
},
"engines": {
"node": ">=0.6.10"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "^3.5.0"
},
"dependencies": {
"lodash": "^4.17.4"
},
"keywords": [
"alexa",
"amazon alexa",
"speech",
"alexa speech",
"alexa speech markup",
"Speech Synthesis Markup Language",
"ssml",
"alexa sdk",
"amazon sdk",
"alexa dictation",
"alexa dictate",
"vui",
"alexa skill",
"skill",
"alexa voice"
]
}