connect-jwt
Version:
json web token binding for connect-platform
36 lines (35 loc) • 826 B
JSON
{
"name": "connect-jwt",
"version": "0.0.6",
"description": "json web token binding for connect-platform",
"main": ".",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loreanvictor/connect-jwt.git"
},
"keywords": [
"connect-platform",
"low-code",
"jwt",
"CONNECT",
"no-code"
],
"author": "Eugene Ghanizadeh Khoub <ghanizadeh.eugene@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/loreanvictor/connect-jwt/issues"
},
"homepage": "https://github.com/loreanvictor/connect-jwt#readme",
"dependencies": {
"jsonwebtoken": "^8.5.1"
},
"peerDependencies": {
"connect-platform": "*"
},
"devDependencies": {
"connect-platform": "^0.2.17"
}
}