forked from iobroker-community-adapters/ioBroker.radar2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.38 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
61
62
63
64
{
"name": "iobroker.radar2",
"description": "Radar2 for IP and Bluetooth device check, it also can scan HP printers ink and ECB currency to EUR as well as UWZ weather warnings",
"version": "1.2.4",
"author": "frankjoke <[email protected]>",
"contributors": [
"frankjoke <[email protected]>"
],
"homepage": "https://github.com/frankjoke/ioBroker.radar2",
"license": "MIT",
"keywords": [
"iobroker",
"adapter",
"home automation",
"ping",
"bluetooth",
"radar",
"UWZ",
"ECB",
"printer",
"Drucker",
"HP",
"Tinte",
"Ink"
],
"repository": {
"type": "git",
"url": "https://github.com/frankjoke/ioBroker.radar2"
},
"engines": {
"node": ">=6.1.0"
},
"devDependencies": {
"axios": "^0.19.2",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"mocha": "^4.1.0"
},
"bugs": {
"url": "https://github.com/frankjoke/ioBroker.radar2/issues"
},
"main": "radar2.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"dependencies": {
"@frankjoke/myadapter": "^1.2.7",
"node-arp": "^1.0.6",
"ping": "^0.2.3",
"xml2js": "^0.4.23"
},
"optionalDependencies": {
"net-ping": "^1.2.3",
"node-bluetooth": "^1.2.6",
"@abandonware/noble": "^1.9.2-8"
},
"eslintConfig": {
"env": {
"node": true,
"mocha": true,
"es6": true
}
}
}