-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
{
"version": "0.0.68",
"name": "iobroker.homepilot20",
"author": {
"name": "Christian Koller-Kink",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/homecineplexx/ioBroker.homepilot20/issues"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@apollon/iobroker-tools": "^0.1.0",
"@iobroker/adapter-core": "^3.2.2",
"crypto-js": "^3.1.9-1",
"hashmap": "^2.4.0"
},
"description": "Homepilot 2.0 adapter",
"devDependencies": {
"chai": "^4.2.0",
"gulp": "^4.0.2",
"mocha": "^6.1.4",
"@iobroker/testing": "^4.1.3"
},
"optionalDependencies": {},
"homepage": "https://github.com/homecineplexx/ioBroker.homepilot20",
"keywords": [
"homepilot",
"home automation",
"rollo",
"rollladen",
"rademacher",
"homecineplexx"
],
"license": "MIT",
"main": "main.js",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/homecineplexx/ioBroker.homepilot20.git"
},
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit"
}
}