controller/package.json

16 lines
322 B
JSON

{
"name": "@gm5/controller",
"version": "2.0.2",
"type": "module",
"description": "控制器基类。",
"main": "index.js",
"author": "yutent <yutent.io@gmail.com>",
"keywords": [
"fivejs",
"controller",
"http"
],
"repository": "https://git.wkit.fun/gm5/controller.git",
"license": "MIT"
}
controller
JavaScript 100%