forked from ioBroker/ioBroker.onkyo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.6 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
64
65
{
"version": "2.1.1",
"author": {
"name": "Oliver Wagner",
"email": "owagner@tellerulam.com"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.onkyo/issues"
},
"contributors": [
{
"name": "Oliver Wagner",
"email": "owagner@tellerulam.com"
},
{
"name": "bluefox",
"email": "bluefox@ccu.io"
},
{
"name": "Lars Weimar",
"email": "Eisbaeeer@gmail.com"
},
{
"name": "Ingo Fischer",
"email": "iobroker@fischer-ka.de"
}
],
"dependencies": {
"@iobroker/adapter-core": "^2.5.1",
"eiscp": "https://github.com/GermanBluefox/node-eiscp/tarball/master/",
"xml2js": "^0.4.23"
},
"description": "Control Onkyo AVRs with EISCP protocol from ioBroker",
"devDependencies": {
"@alcalzone/release-script": "^3.5.0",
"@alcalzone/release-script-plugin-iobroker": "^3.5.1",
"@alcalzone/release-script-plugin-license": "^3.5.0",
"@iobroker/testing": "^2.5.3",
"axios": "^0.25.0",
"chai": "^4.3.6",
"gulp": "^4.0.2",
"mocha": "^9.2.0"
},
"homepage": "https://github.com/ioBroker/ioBroker.onkyo",
"keywords": [
"ioBroker",
"onkyo",
"pioneer",
"homematic",
"home automation"
],
"license": "MIT",
"main": "main.js",
"name": "iobroker.onkyo",
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/ioBroker.onkyo.git"
},
"scripts": {
"test": "npm run test:package && npm run test:integration",
"test:integration": "mocha test/integration --exit",
"test:package": "mocha test/package --exit",
"release": "release-script"
}
}