forked from eouia/MMM-Assistant
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 940 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "MMM-Assistant",
"version": "1.0.1",
"description": "The 'MMM-Assistant' module is a Voice Commander & Google Assistant for MagicMirror",
"main": "MMM-Assistant.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eouia/MMM-Assistant.git"
},
"keywords": [
"magic mirror",
"module",
"google assistant",
"snowboy",
"alexa",
"voice"
],
"author": "eouia",
"license": "MIT",
"bugs": {
"url": "https://github.com/eouia/MMM-Assistant/issues"
},
"dependencies": {
"@google-cloud/speech": "^1.4.0",
"@google-cloud/text-to-speech": "^0.1.0",
"google-assistant": "^0.2.2",
"node-aplay": "^1.0.3",
"node-record-lpcm16": "^0.3.0",
"snowboy": "^1.2.0",
"speaker": "^0.4.1"
},
"devDependencies": {
"electron-rebuild": "^1.7.3",
"yarg": "^1.0.8"
}
}