session/package.json

16 lines
379 B
JSON

{
"name": "@gm5/session",
"version": "1.1.2",
"type": "module",
"description": "会话中间件。",
"main": "index.js",
"author": "yutent <yutent.io@gmail.com>",
"keywords": ["fivejs", "session", "http"],
"dependencies": {
"crypto.js": "^2.0.2",
"ioredis": "^4.17.3"
},
"repository": "https://github.com/bytedo/gmf.session.git",
"license": "MIT"
}
会话中间件。
JavaScript 100%