2017-02-05 14:54:47 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "smartyx",
|
2017-03-17 18:07:35 +08:00
|
|
|
|
"version": "0.0.2",
|
2017-02-05 14:54:47 +08:00
|
|
|
|
"description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"dojs",
|
|
|
|
|
"smarty",
|
|
|
|
|
"template",
|
|
|
|
|
"ejs",
|
|
|
|
|
"jade"
|
|
|
|
|
],
|
|
|
|
|
"author": "宇天 <yutent@doui.cc>",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://git.oschina.net/yutent/smartyx.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"dojs-extend": "^1.1.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {},
|
|
|
|
|
"main": "lib/main.js"
|
|
|
|
|
}
|