jwt/package.json

21 lines
359 B
JSON

{
"name": "@gm5/jwt",
"version": "2.0.1",
"type": "module",
"description": "json web token",
"main": "index.js",
"author": "yutent",
"keywords": [
"fivejs",
"gm5",
"jwt",
"http",
"json_web_token"
],
"repository": "https://git.wkit.fun/gm5/jwt.git",
"license": "MIT",
"dependencies": {
"crypto.js": "^2.0.1"
}
}
json web token
JavaScript 100%