12 lines
311 B
JSON
12 lines
311 B
JSON
{
|
|
"name": "@gm5/controller",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "控制器基类。",
|
|
"main": "index.js",
|
|
"author": "yutent <yutent.io@gmail.com>",
|
|
"keywords": ["fivejs", "controller", "http"],
|
|
"repository": "https://github.com/bytedo/gmf.controller.git",
|
|
"license": "MIT"
|
|
}
|