forked from Apollon77/ioBroker.alexa2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.18 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "iobroker.alexa2",
"version": "2.2.0",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "Apollon77",
"email": "ingo@fischer-ka.de"
},
"contributors": [
{
"name": "soef",
"email": "soef@gmx.net"
},
{
"name": "Apollon77",
"email": "ingo@fischer-ka.de"
}
],
"homepage": "https://github.com/Apollon77/ioBroker.alexa2",
"license": "MIT",
"keywords": [
"sync",
"iobroker file",
"JetBrains",
"webstorm",
"file",
"debug",
"editor",
"ide"
],
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Apollon77/ioBroker.alexa2"
},
"dependencies": {
"alexa-remote2": "^2.2.0",
"https": "^1.0.0",
"nearest-color": "^0.4.2",
"virtual-device-sdk": "^1.4.5",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"mocha": "^6.0.2",
"chai": "^4.2.0"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"bugs": {
"url": "https://github.com/Apollon77/ioBroker.alexa2/issues"
},
"readmeFilename": "README.md"
}