controller/package.json

15 lines
362 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",
2020-09-27 19:33:30 +08:00
"author": "yutent <yutent.io@gmail.com>",
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"
}