29 lines
551 B
JSON
29 lines
551 B
JSON
{
|
||
"name": "smartyx",
|
||
"version": "2.0.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.0",
|
||
"iofs": "^1.4.0"
|
||
},
|
||
"main": "index.js",
|
||
"exports": {
|
||
"require": "./index.js",
|
||
"import": "./index.mjs"
|
||
},
|
||
"license": "MIT"
|
||
}
|