controller/package.json

17 lines
347 B
JSON
Raw Normal View History

2020-09-16 20:04:41 +08:00
{
"name": "@gm5/controller",
2024-12-19 15:47:52 +08:00
"version": "2.0.4",
2020-09-16 20:04:41 +08:00
"type": "module",
"description": "控制器基类。",
"main": "index.js",
2024-12-19 15:47:52 +08:00
"types": "index.d.ts",
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"
}