forked from ioBroker/ioBroker.discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.2 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
{
"name": "iobroker.discovery",
"description": "This adapter tries to detect devices in local network.",
"version": "2.3.5",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>",
"Apollon77 <[email protected]>"
],
"homepage": "https://github.com/ioBroker/ioBroker.discovery",
"license": "MIT",
"keywords": [
"ioBroker",
"discovery",
"home automation",
"iot"
],
"optionalDependencies": {
"serialport": "^8.0.7",
"mdns-discovery": "^0.2.6"
},
"dependencies": {
"node-ssdp": "^3.3.0",
"netmask": "^1.0.6",
"@iobroker/adapter-core": "^2.3.0",
"node-mndp": "^0.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.discovery"
},
"devDependencies": {
"axios": "^0.19.2",
"gulp": "^4.0.2",
"mocha": "^7.1.2",
"chai": "^4.2.0",
"eslint": "^6.8.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.discovery/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
}
}