forked from foxriver76/ioBroker.denon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.24 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
{
"name": "iobroker.denon",
"version": "1.11.2",
"engines": {
"node": ">=10.0.0"
},
"description": "ioBroker DENON/Marantz Adapter",
"author": {
"name": "Moritz Heusinger",
"email": "[email protected]"
},
"contributors": [
{
"name": "Moritz Heusinger",
"email": "[email protected]"
}
],
"homepage": "https://github.com/foxriver76/ioBroker.denon",
"license": "MIT",
"keywords": [
"ioBroker",
"denon",
"marantz",
"avr",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/foxriver76/ioBroker.denon"
},
"dependencies": {
"@iobroker/adapter-core": "^2.5.1"
},
"devDependencies": {
"@alcalzone/release-script": "^2.2.1",
"@iobroker/testing": "^2.4.4",
"axios": "^0.21.1",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"gulp": "^4.0.2",
"mocha": "^9.0.3"
},
"main": "main.js",
"scripts": {
"test:package": "mocha test/packageFiles --exit",
"test:integration": "mocha test/integrationAdapter --exit",
"test": "mocha --exit",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/foxriver76/ioBroker.denon/issues"
},
"readmeFilename": "README.md"
}