alexatts – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "alexatts",
3 "version": "1.0.0",
4 "description": "Text-to-speech for Amazon Alexa",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "alexa",
11 "tts",
12 "speech",
13 "text",
14 "mqtt"
15 ],
16 "author": "Wizardry and Steamworks (office@grimore.org)",
17 "license": "GPL-v3",
18 "dependencies": {
19 "mqtt": "^2.17.0",
3 office 20 "onoff": "^3.2.9",
1 office 21 "pico-speaker": "0.0.7",
22 "winston": "^2.4.2",
23 "yamljs": "^0.3.0"
24 }
25 }