smarty/package.json

23 lines
452 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"name": "smartyx",
"version": "0.0.1",
"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"
}
nodeJS模板引擎,理念源自于PHP的smarty模板引擎
JavaScript 100%