forked from caputomarcos/node-red-contrib-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 913 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
{
"name": "node-red-contrib-oauth2",
"version": "3.3.2",
"description": "node-red-contrib-oauth2 - An OAuth2 client which sends an oauth2Response object as output.",
"author": "Marcos Caputo <caputo.marcos@gmail.com>",
"contributors": [],
"license": "MIT License",
"homepage": "https://github.com/caputomarcos/node-red-contrib-oauth2#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/caputomarcos/node-red-contrib-oauth2.git"
},
"bugs": {
"url": "https://github.com/caputomarcos/node-red-contrib-oauth2/issues"
},
"engines": {
"node": ">=12.0.0"
},
"keywords": [
"node-red",
"oauth2",
"security"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"sample": "oauth2.js"
}
},
"dependencies": {
"request": ">=2.88.2",
"json-schema": ">=0.4.0"
},
"devDependencies": {
"json-schema": ">=0.4.0"
}
}