node-webtokens
Version:
Simple, opinionated implementation of JWS and JWE compact serialization
28 lines (27 loc) • 610 B
JSON
{
"name": "node-webtokens",
"version": "1.0.4",
"description": "Simple, opinionated implementation of JWS and JWE compact serialization",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/teifip/node-webtokens.git"
},
"keywords": [
"JWS",
"JWE",
"JWT",
"JOSE",
"JSON",
"token"
],
"engines": {
"node": ">=6.6.0"
},
"bugs": {
"url": "https://github.com/teifip/node-webtokens/issues"
},
"homepage": "https://github.com/teifip/node-webtokens#readme",
"author": "Paolo Fiorini <teifip@gmail.com>",
"license": "MIT"
}