smarty/package.json

23 lines
448 B
JSON
Raw Normal View History

2017-02-05 14:54:47 +08:00
{
"name": "smartyx",
2017-03-17 18:35:15 +08:00
"version": "0.0.3",
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": {
2017-03-17 18:35:15 +08:00
"es.shim": "^0.0.2"
2017-02-05 14:54:47 +08:00
},
"devDependencies": {},
"main": "lib/main.js"
}