forked from Isaksson/node-red-contrib-unifi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 923 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
43
44
{
"name": "node-red-contrib-unifi",
"version": "0.3.10",
"description": "Node for Node-RED to connect to a UniFi Controller ",
"main": "unifi.js",
"dependencies": {
"tough-cookie": "^4.1.3",
"axios": "1.4.0",
"http-cookie-agent": "^5.0.4",
"ws": "^8.7.0"
},
"node-red": {
"version": ">=3.0.0",
"nodes": {
"unifi": "unifi.js"
}
},
"engines": {
"node": ">=14.18.0"
},
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/Isaksson/node-red-contrib-unifi"
},
"keywords": [
"node-red",
"unifi",
"ubnt",
"Ubiquiti Networks"
],
"author": "Isaksson Consulting",
"license": "MIT",
"homepage": "https://github.com/Isaksson/",
"bugs": {
"url": "https://github.com/Isaksson/node-red-contrib-unifi/issues"
},
"funding":
{
"type": "github",
"url": "https://github.com/sponsors/Isaksson/"
}
}