forked from chameleonbr/node-red-contrib-jwt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 869 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-jwt",
"version": "0.0.7",
"description": "JWT Validator and Signer ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chameleonbr/node-red-contrib-jwt.git"
},
"keywords": [
"jwt",
"node-red",
"node"
],
"node-red": {
"nodes": {
"jwt": "jwt.js"
}
},
"author": {
"name": "Andre Alexandre Avila"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/chameleonbr/node-red-contrib-jwt/issues"
},
"homepage": "https://github.com/chameleonbr/node-red-contrib-jwt#readme",
"dependencies": {
"jsonwebtoken": "^5.5.4"
},
"maintainers": [
{
"name": "chameleonbr",
"email": "[email protected]"
}
]
}