jwt/package.json

15 lines
315 B
JSON

{
"name": "@gm5/jwt",
"version": "1.0.0",
"type": "module",
"description": "JSON WEB TOKEN",
"main": "index.js",
"author": "yutent",
"keywords": ["fivejs", "jwt", "http"],
"repository": "https://github.com/bytedo/gmf.jwt.git",
"license": "MIT",
"dependencies": {
"crypto.js": "^2.0.1"
}
}
json web token
JavaScript 100%