25 lines
486 B
JSON
25 lines
486 B
JSON
{
|
||
"name": "smartyx",
|
||
"version": "1.0.3",
|
||
"description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎",
|
||
"keywords": [
|
||
"fivejs",
|
||
"smarty",
|
||
"template",
|
||
"ejs",
|
||
"jade"
|
||
],
|
||
"author": "宇天 <yutent@doui.cc>",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/yutent/smarty.git"
|
||
},
|
||
"dependencies": {
|
||
"es.shim": "^1.0.1",
|
||
"iofs": "^1.1.0"
|
||
},
|
||
"devDependencies": {},
|
||
"main": "lib/main.js",
|
||
"license": "MIT"
|
||
}
|