forked from Preskton/node-red-contrib-httpauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 691 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 691 Bytes
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
{
"name": "node-red-contrib-httpauth",
"version": "1.0.12",
"description": "Node which implements HTTP Basic/Digest Authorization.",
"keywords": [
"node-red",
"http",
"authorization",
"basic",
"digest"
],
"author": "Endemecio Santana",
"license": "GPL-2.0",
"dependencies": {
},
"repository": {
"type": "git",
"url": "https://github.com/endemecio02/node-red-contrib-httpauth.git"
},
"engines": {
"node": "^0.12.7"
},
"node-red": {
"nodes": {
"node-red-contrib-httpauth": "nodes/http-auth.js",
"node-red-contrib-httpauthcred": "nodes/http-auth-cred.js",
"node-red-contrib-httpauthfile": "nodes/http-auth-file.js"
}
}
}