alexatts – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
4 office 2 "name": "alexatts",
3 "version": "1.0.0",
4 "description": "Text-to-speech for Amazon Alexa",
5 "main": "main.js",
6 "keywords": [
7 "alexa",
8 "tts",
9 "speech",
10 "text",
11 "mqtt"
12 ],
13 "author": "Wizardry and Steamworks (office@grimore.org)",
14 "license": "GPL-v3",
15 "dependencies": {
16 "google-tts-api": "0.0.4",
17 "mqtt": "^2.17.0",
18 "onoff": "^3.2.9",
19 "pico-speaker": "0.0.7",
20 "play-sound": "^1.1.3",
21 "request": "^2.88.2",
22 "tmp": "^0.1.0",
23 "was.js": "https://files.grimore.org/node_modules/was.js/was.js-1.0.6.tgz",
24 "winston": "^2.4.2",
25 "yamljs": "^0.3.0"
26 }
1 office 27 }