alexatts – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 2
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": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 8 },
9 "keywords": [ 9 "keywords": [
10 "alexa", 10 "alexa",
11 "tts", 11 "tts",
12 "speech", 12 "speech",
13 "text", 13 "text",
14 "mqtt" 14 "mqtt"
15 ], 15 ],
16 "author": "Wizardry and Steamworks (office@grimore.org)", 16 "author": "Wizardry and Steamworks (office@grimore.org)",
17 "license": "GPL-v3", 17 "license": "GPL-v3",
18 "dependencies": { 18 "dependencies": {
19 "mqtt": "^2.17.0", 19 "mqtt": "^2.17.0",
-   20 "onoff": "^3.0.2",
20 "pico-speaker": "0.0.7", 21 "pico-speaker": "0.0.7",
21 "winston": "^2.4.2", 22 "winston": "^2.4.2",
22 "yamljs": "^0.3.0" 23 "yamljs": "^0.3.0"
23 } 24 }
24 } 25 }
25   26