forked from ioBroker/ioBroker.mihome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 938 Bytes
/
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
{
"name": "iobroker.mihome",
"description": "Control Xiaomi Mi Home smarthome devices/sensors",
"version": "1.3.1",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"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": "^1.0.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^6.0.2",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.mihome/issues"
},
"main": "main.js",
"readmeFilename": "README.md"
}