-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 825 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
{
"name": "node-red-contrib-netgear",
"version": "0.0.3",
"description": "Interface to Netgear router api",
"main": "netgear",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netgear",
"orbi"
],
"author": {
"name": "Lyn Matten",
"email": "matten@lm-consult.com"
},
"license": "MIT",
"dependencies": {
"netgear": "^4.2.0",
"underscore": "^1.11.0"
},
"keywords": [ "node-red" ],
"node-red": {
"nodes": {
"Netgear-all-Devices": "netgear.js"
}
},
"repositories": [
{
"type": "git",
"url": "https://github.com/solick/node-red-contrib-netgear.git"
}
],
"maintainers": [
{
"name": "Lyn Matten",
"email": "matten@lm-consult.com",
"web": "https://lm-consult.com"
}
]
}