session/package.json

22 lines
425 B
JSON
Raw Permalink Normal View History

2020-09-18 18:25:56 +08:00
{
"name": "@gm5/session",
2023-11-01 15:47:53 +08:00
"version": "2.0.0",
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>",
2023-11-01 15:47:53 +08:00
"keywords": [
"fivejs",
"gm5",
"session",
"http"
],
2020-09-29 20:39:37 +08:00
"dependencies": {
2023-11-01 15:47:53 +08:00
"crypto.js": "^3.1.2",
"ioredis": "^5.3.2",
"es.shim": "^2.2.0"
2020-09-29 20:39:37 +08:00
},
2023-11-01 15:47:53 +08:00
"repository": "https://git.wkit.fun/gm5/session.git",
2020-09-18 18:25:56 +08:00
"license": "MIT"
}