22 lines
425 B
JSON
22 lines
425 B
JSON
{
|
|
"name": "@gm5/session",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"description": "会话中间件。",
|
|
"main": "index.js",
|
|
"author": "yutent <yutent.io@gmail.com>",
|
|
"keywords": [
|
|
"fivejs",
|
|
"gm5",
|
|
"session",
|
|
"http"
|
|
],
|
|
"dependencies": {
|
|
"crypto.js": "^3.1.2",
|
|
"ioredis": "^5.3.2",
|
|
"es.shim": "^2.2.0"
|
|
},
|
|
"repository": "https://git.wkit.fun/gm5/session.git",
|
|
"license": "MIT"
|
|
}
|