views/package.json

15 lines
363 B
JSON
Raw Normal View History

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