22 lines
523 B
JSON
22 lines
523 B
JSON
{
|
||
"name": "smartyx",
|
||
"version": "2.1.1",
|
||
"description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎",
|
||
"keywords": ["fivejs", "php", "smarty", "template", "ejs", "jade"],
|
||
"author": "yutent <yutent.io@gmail.com>",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/bytedo/smarty.git"
|
||
},
|
||
"dependencies": {
|
||
"es.shim": "^2.0.1",
|
||
"iofs": "^1.5.0"
|
||
},
|
||
"main": "index.js",
|
||
"exports": {
|
||
"require": "./index.js",
|
||
"import": "./index.mjs"
|
||
},
|
||
"license": "MIT"
|
||
}
|