controller/package.json

12 lines
289 B
JSON
Raw Normal View History

2020-09-16 20:04:41 +08:00
{
"name": "@gm5/controller",
"version": "1.0.0",
"type": "module",
"description": "控制器基类。",
"main": "index.js",
"author": "yutent",
"keywords": ["fivejs", "controller", "http"],
"repository": "https://github.com/bytedo/gmf.controller.git",
"license": "MIT"
}