update
parent
e7e7b62e13
commit
faba25bf42
16
package.json
16
package.json
|
@ -1,16 +1,24 @@
|
||||||
{
|
{
|
||||||
"name": "smartyx",
|
"name": "smartyx",
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
|
"type": "module",
|
||||||
"description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎",
|
"description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎",
|
||||||
"keywords": ["fivejs", "php", "smarty", "template", "ejs", "jade"],
|
"keywords": [
|
||||||
|
"fivejs",
|
||||||
|
"php",
|
||||||
|
"smarty",
|
||||||
|
"template",
|
||||||
|
"ejs",
|
||||||
|
"jade"
|
||||||
|
],
|
||||||
"author": "yutent <yutent.io@gmail.com>",
|
"author": "yutent <yutent.io@gmail.com>",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bytedo/smarty.git"
|
"url": "https://git.wkit.fun/bytedo/smarty.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"es.shim": "^2.0.1",
|
"es.shim": "^2.5.0",
|
||||||
"iofs": "^1.5.0"
|
"iofs": "^1.5.3"
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
|
Loading…
Reference in New Issue