jwt/package.json

21 lines
359 B
JSON
Raw Permalink Normal View History

2020-09-17 19:11:10 +08:00
{
"name": "@gm5/jwt",
2023-10-31 18:37:08 +08:00
"version": "2.0.0",
2020-09-17 19:11:10 +08:00
"type": "module",
2020-09-18 14:45:42 +08:00
"description": "json web token",
2020-09-17 19:11:10 +08:00
"main": "index.js",
"author": "yutent",
2023-10-31 18:37:08 +08:00
"keywords": [
"fivejs",
"gm5",
"jwt",
"http",
"json_web_token"
],
"repository": "https://git.wkit.fun/gm5/jwt.git",
2020-09-17 19:11:10 +08:00
"license": "MIT",
"dependencies": {
"crypto.js": "^2.0.1"
}
}