-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.03 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
{
"name": "iobroker.keyble",
"version": "0.1.1",
"description": "ioBroker adapter for the eQ-3 eqiva bluetooth smart door lock",
"author": {
"name": "oyooyo",
"email": "[email protected]"
},
"contributors": [
{
"name": "oyooyo",
"email": "[email protected]"
}
],
"homepage": "https://github.com/oyooyo/ioBroker.keyble",
"license": "MIT",
"keywords": [
"ioBroker",
"keyble",
"Smart Home",
"home automation",
"eqiva",
"eQ-3",
"Bluetooth",
"Smart lock",
"Door lock"
],
"repository": {
"type": "git",
"url": "https://github.com/oyooyo/ioBroker.keyble"
},
"dependencies": {
"keyble": "^0.1.9",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"bugs": {
"url": "https://github.com/oyooyo/ioBroker.keyble/issues"
},
"readmeFilename": "README.md"
}