-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.3 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
{
"version": "1.0.1",
"name": "iobroker.ham-template",
"author": {
"name": "@@Author@@",
"email": "@@email@@"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.ham-template/issues"
},
"contributors": [
{
"name": "@@Author@@",
"email": "@@email@@"
}
],
"dependencies": {
"iobroker.ham": "^5.3.1",
"homebridge-weather": "^1.13.1",
"@iobroker/adapter-core": "^2.6.7"
},
"description": "Homebridge accessories manager Plugin",
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/adapter-dev": "^1.2.0",
"chai": "^4.3.7",
"mocha": "^10.1.0",
"request": "^2.88.2"
},
"homepage": "https://github.com/ioBroker/ioBroker.ham-template",
"keywords": [
"ioBroker",
"Homebridge",
"Smart Home",
"home automation"
],
"license": "MIT",
"main": "main.js",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/ioBroker.ham-template.git"
},
"engines": {
"node": ">=10.17.0"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script",
"translate": "translate-adapter"
}
}