alexatts – Rev 4

Subversion Repositories:
Rev:
{
        "name": "alexatts",
        "version": "1.0.0",
        "description": "Text-to-speech for Amazon Alexa",
        "main": "main.js",
        "keywords": [
                "alexa",
                "tts",
                "speech",
                "text",
                "mqtt"
        ],
        "author": "Wizardry and Steamworks (office@grimore.org)",
        "license": "GPL-v3",
        "dependencies": {
                "google-tts-api": "0.0.4",
                "mqtt": "^2.17.0",
                "onoff": "^3.2.9",
                "pico-speaker": "0.0.7",
                "play-sound": "^1.1.3",
                "request": "^2.88.2",
                "tmp": "^0.1.0",
                "was.js": "https://files.grimore.org/node_modules/was.js/was.js-1.0.6.tgz",
                "winston": "^2.4.2",
                "yamljs": "^0.3.0"
        }
}