forked from Apollon77/ioBroker.alexa2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.28 KB
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
{
"name": "iobroker.alexa2Plus",
"version": "1.1.32",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "SHSolutions",
"email": "info@shsolutions.eu"
},
"contributors": [{
"name": "soef",
"email": "soef@gmx.net"
},
{
"name": "Apollon77",
"email": "ingo@fischer-ka.de"
}
],
"homepage": "https://github.com/SHSolution/ioBroker.alexa2Plus",
"license": "MIT",
"keywords": [
"sync",
"iobroker file",
"file",
"debug",
"editor",
"ide"
],
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/SHSolution/ioBroker.alexa2Plus"
},
"dependencies": {
"alexa-remote2": "^1.0.3",
"https": "^1.0.0",
"nearest-color": "^0.4.2",
"virtual-device-sdk": "^1.4.5"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^5.2.0",
"chai": "^4.2.0"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"bugs": {
"url": "https://github.com/SHSolution/ioBroker.alexa2Plus/issues"
},
"readmeFilename": "README.md"
}