forked from ioBroker/ioBroker.discovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 987 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.discovery",
"description": "This adapter tries to detect devices in local network.",
"version": "1.2.2",
"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": "^6.2.0",
"mdns-discovery": "^0.2.6"
},
"dependencies": {
"node-ssdp": "^3.3.0",
"netmask": "^1.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.discovery"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^5.2.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.discovery/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
}
}