19 lines
462 B
JSON
19 lines
462 B
JSON
{
|
||
"name": "smartyx",
|
||
"version": "1.1.0",
|
||
"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.1.2",
|
||
"iofs": "^1.3.2"
|
||
},
|
||
"devDependencies": {},
|
||
"main": "lib/main.js",
|
||
"license": "MIT"
|
||
}
|