session/package.json

20 lines
395 B
JSON
Raw Normal View History

2020-09-18 18:25:56 +08:00
{
"name": "@gm5/session",
2020-09-29 20:39:37 +08:00
"version": "1.0.1",
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>",
2020-09-29 20:39:37 +08:00
"keywords": [
"fivejs",
"session",
"http"
],
"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"
}