2020-09-27 18:37:49 +08:00
|
|
|
{
|
|
|
|
"name": "@gm5/views",
|
2023-11-01 16:03:07 +08:00
|
|
|
"version": "2.0.0",
|
2020-09-27 18:37:49 +08:00
|
|
|
"description": "@gm5框架的模板引擎拓展包",
|
|
|
|
"type": "module",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "yutent <yutent.io@gmail.com>",
|
2023-11-01 16:03:07 +08:00
|
|
|
"repository": "https://git.wkit.fun/gm5/views.git",
|
|
|
|
"keywords": [
|
|
|
|
"fivejs",
|
|
|
|
"gm5",
|
|
|
|
"views",
|
|
|
|
"smarty"
|
|
|
|
],
|
2020-09-27 18:37:49 +08:00
|
|
|
"dependencies": {
|
|
|
|
"smartyx": "^2.1.0"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
|
|
|
}
|