alexatts – Diff between revs 3 and 4

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