2020-09-18 18:25:56 +08:00
|
|
|
{
|
|
|
|
"name": "@gm5/session",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"description": "会话中间件。",
|
|
|
|
"main": "index.js",
|
2020-09-27 14:23:28 +08:00
|
|
|
"author": "yutent <yutent.io@gmail.com>",
|
2020-09-18 18:25:56 +08:00
|
|
|
"keywords": ["fivejs", "controller", "http"],
|
|
|
|
"repository": "https://github.com/bytedo/gmf.session.git",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|