15 lines
315 B
JSON
15 lines
315 B
JSON
{
|
|
"name": "@gm5/jwt",
|
|
"version": "1.1.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"
|
|
}
|
|
}
|