@unvision/jose
Version:
Implementation of the RFCs of the JOSE Working Group.
45 lines • 1.01 kB
JSON
{
"name": "@unvision/jose",
"version": "0.1.0",
"description": "Implementation of the RFCs of the JOSE Working Group.",
"keywords": [
"JOSE",
"JSON",
"Web",
"Key",
"Set",
"KeySet",
"Token",
"Signature",
"Encryption",
"Algorithm",
"JWS",
"JWE",
"JWK",
"JWKS",
"JWA",
"JWT"
],
"license": "MIT",
"homepage": "https://gitlab.com/unvision/unvisionjs/-/blob/master/packages/jose/README.md",
"bugs": "https://gitlab.com/unvision/unvisionjs/-/issues",
"repository": {
"type": "git",
"url": "git@gitlab.com/unvision/unvisionjs.git",
"directory": "packages/jose"
},
"author": {
"name": "Eduardo Ribeiro Rezende",
"email": "eduardorbr7@gmail.com",
"url": "https://github.com/revensky"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@unvision/primitives": "0.1.0"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}