-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 883 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
{
"name": "MMM-Alexa",
"version": "1.1.2",
"description": "An embedded Amazon Alexa on MagicMirror.",
"main": "MMM-Alexa.js",
"keywords": [
"magic mirror",
"module",
"alexa",
"voice",
"embedded",
"assistant for device"
],
"scripts": {
"preinstall": "installer/preinstall.sh",
"postinstall": "installer/postinstall.sh",
"update": "installer/update.sh",
"micConfig": "installer/micConfig.sh"
},
"author": "devilpro1",
"license": "MIT",
"bugs": {
"url": "https://github.com/devilpro1/MMM-Alexa/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/devilpro1/MMM-Alexa"
},
"homepage": "https://github.com/devilpro1/MMM-Alexa",
"dependencies": {
"@devilpro1/alexa": "^0.1.2",
"@bugsounet/node-lpcm16": "^1.0.2",
"@bugsounet/npmcheck": "^0.9.98",
"request": "^2.88.2"
}
}