2020-09-18 18:25:56 +08:00
|
|
|
{
|
|
|
|
"name": "@gm5/session",
|
2021-01-26 14:02:15 +08:00
|
|
|
"version": "1.1.2",
|
2020-09-18 18:25:56 +08:00
|
|
|
"type": "module",
|
|
|
|
"description": "会话中间件。",
|
|
|
|
"main": "index.js",
|
2020-09-27 14:23:28 +08:00
|
|
|
"author": "yutent <yutent.io@gmail.com>",
|
2021-01-26 14:02:15 +08:00
|
|
|
"keywords": ["fivejs", "session", "http"],
|
2020-09-29 20:39:37 +08:00
|
|
|
"dependencies": {
|
|
|
|
"crypto.js": "^2.0.2",
|
|
|
|
"ioredis": "^4.17.3"
|
|
|
|
},
|
2020-09-18 18:25:56 +08:00
|
|
|
"repository": "https://github.com/bytedo/gmf.session.git",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|