jwt/package.json

15 lines
315 B
JSON
Raw Permalink Normal View History

2020-09-17 19:11:10 +08:00
{
"name": "@gm5/jwt",
2020-09-24 14:45:30 +08:00
"version": "1.1.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",
"keywords": ["fivejs", "jwt", "http"],
"repository": "https://github.com/bytedo/gmf.jwt.git",
"license": "MIT",
"dependencies": {
"crypto.js": "^2.0.1"
}
}