controller/package.json

16 lines
322 B
JSON
Raw Normal View History

2020-09-16 20:04:41 +08:00
{
"name": "@gm5/controller",
2023-11-01 15:51:45 +08:00
"version": "2.0.2",
2020-09-16 20:04:41 +08:00
"type": "module",
"description": "控制器基类。",
"main": "index.js",
2020-09-27 19:33:30 +08:00
"author": "yutent <yutent.io@gmail.com>",
2023-10-31 18:52:12 +08:00
"keywords": [
"fivejs",
"controller",
"http"
],
"repository": "https://git.wkit.fun/gm5/controller.git",
2020-09-16 20:04:41 +08:00
"license": "MIT"
}