forked from Apollon77/ioBroker.alexa2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.36 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
59
60
61
62
63
{
"name": "iobroker.alexa2",
"version": "3.2.4",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "Apollon77",
"email": "[email protected]"
},
"contributors": [
{
"name": "soef",
"email": "[email protected]"
},
{
"name": "Apollon77",
"email": "[email protected]"
}
],
"homepage": "https://github.com/Apollon77/ioBroker.alexa2",
"license": "MIT",
"keywords": [
"sync",
"iobroker file",
"JetBrains",
"webstorm",
"file",
"debug",
"editor",
"ide"
],
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Apollon77/ioBroker.alexa2"
},
"dependencies": {
"alexa-remote2": "^3.2.2",
"https": "^1.0.0",
"nearest-color": "^0.4.4",
"virtual-device-sdk": "^1.7.3",
"@iobroker/adapter-core": "^2.4.0",
"@sentry/node": "^5.17.0",
"@sentry/integrations": "^5.17.0",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@alcalzone/release-script": "^1.4.1",
"gulp": "^4.0.2",
"mocha": "^8.0.1",
"chai": "^4.2.0"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/Apollon77/ioBroker.alexa2/issues"
},
"readmeFilename": "README.md"
}