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