forked from Bettman66/ioBroker.doorio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 927 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
{
"name": "iobroker.doorio",
"version": "1.0.10",
"description": "doorio",
"author": "bettman66 <[email protected]>",
"contributors": [
"bluefox <[email protected]>"
],
"homepage": "https://github.com/Bettman66/ioBroker.doorio",
"license": "MIT",
"keywords": [
"ioBroker",
"doorio",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/Bettman66/ioBroker.doorio"
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"netstring-stream": ">=1.0.0",
"@iobroker/adapter-core": "^2.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"mocha": "^7.1.0"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"bugs": {
"url": "https://github.com/Bettman66/ioBroker.doorio/issues"
},
"readmeFilename": "README.md"
}