alexatts – Rev 3

Subversion Repositories:
Rev:
{
  "name": "alexatts",
  "version": "1.0.0",
  "description": "Text-to-speech for Amazon Alexa",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "alexa",
    "tts",
    "speech",
    "text",
    "mqtt"
  ],
  "author": "Wizardry and Steamworks (office@grimore.org)",
  "license": "GPL-v3",
  "dependencies": {
    "mqtt": "^2.17.0",
    "onoff": "^3.2.9",
    "pico-speaker": "0.0.7",
    "winston": "^2.4.2",
    "yamljs": "^0.3.0"
  }
}