2017-02-05 14:54:47 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "smartyx",
|
2020-04-06 23:56:03 +08:00
|
|
|
|
"version": "1.2.0",
|
2017-02-05 14:54:47 +08:00
|
|
|
|
"description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎",
|
2020-04-06 23:33:47 +08:00
|
|
|
|
"keywords": ["fivejs", "smarty", "template", "ejs", "jade"],
|
2017-02-05 14:54:47 +08:00
|
|
|
|
"author": "宇天 <yutent@doui.cc>",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2018-05-25 15:35:26 +08:00
|
|
|
|
"url": "https://github.com/yutent/smarty.git"
|
2017-02-05 14:54:47 +08:00
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-04-06 23:33:47 +08:00
|
|
|
|
"es.shim": "^1.1.2",
|
|
|
|
|
"iofs": "^1.3.2"
|
2017-02-05 14:54:47 +08:00
|
|
|
|
},
|
|
|
|
|
"devDependencies": {},
|
2018-05-25 15:35:26 +08:00
|
|
|
|
"main": "lib/main.js",
|
|
|
|
|
"license": "MIT"
|
2017-02-05 14:54:47 +08:00
|
|
|
|
}
|