2017-02-05 14:54:47 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "smartyx",
|
2018-06-05 01:27:27 +08:00
|
|
|
|
"version": "1.0.3",
|
2017-02-05 14:54:47 +08:00
|
|
|
|
"description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎",
|
|
|
|
|
"keywords": [
|
2018-05-25 15:35:26 +08:00
|
|
|
|
"fivejs",
|
2017-02-05 14:54:47 +08:00
|
|
|
|
"smarty",
|
|
|
|
|
"template",
|
|
|
|
|
"ejs",
|
|
|
|
|
"jade"
|
|
|
|
|
],
|
|
|
|
|
"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": {
|
2018-05-25 18:53:00 +08:00
|
|
|
|
"es.shim": "^1.0.1",
|
2018-05-25 15:35:26 +08:00
|
|
|
|
"iofs": "^1.1.0"
|
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
|
|
|
|
}
|