alexatts

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/package.json
@@ -1,27 +1,24 @@
{
"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"
}
"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",
"pico-speaker": "0.0.7",
"winston": "^2.4.2",
"yamljs": "^0.3.0"
}
}