-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
60 lines (60 loc) · 1.39 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
{
"name": "iobroker.mihome",
"description": "Control Xiaomi Mi Home smarthome devices/sensors",
"version": "1.4.0",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script",
"release-patch": "release-script patch --yes",
"release-minor": "release-script minor --yes",
"release-major": "release-script major --yes",
"build": "gulp"
},
"contributors": [
{
"name": "bluefox",
"email": "dogafox@gmail.com"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.mihome",
"license": "MIT",
"keywords": [
"ioBroker",
"mihome",
"xiaomi",
"home automation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/ioBroker.mihome.git"
},
"dependencies": {
"@iobroker/adapter-core": "^2.6.7"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"gulp": "^4.0.2",
"mocha": "^10.2.0",
"chai": "^4.3.8"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.mihome/issues"
},
"main": "main.js",
"files": [
"admin/",
"doc/",
"img/",
"lib/",
"io-package.json",
"LICENSE",
"main.js"
],
"readmeFilename": "README.md"
}