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