2017-02-05 14:54:47 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "smartyx",
|
2020-09-19 17:37:12 +08:00
|
|
|
|
"version": "2.0.1",
|
2017-02-05 14:54:47 +08:00
|
|
|
|
"description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎",
|
2020-09-19 17:34:06 +08:00
|
|
|
|
"keywords": [
|
|
|
|
|
"fivejs",
|
|
|
|
|
"php",
|
|
|
|
|
"smarty",
|
|
|
|
|
"template",
|
|
|
|
|
"ejs",
|
|
|
|
|
"jade"
|
|
|
|
|
],
|
2020-09-18 14:16:26 +08:00
|
|
|
|
"author": "yutent <yutent.io@gmail.com>",
|
2017-02-05 14:54:47 +08:00
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2020-09-18 14:16:26 +08:00
|
|
|
|
"url": "https://github.com/bytedo/smarty.git"
|
2017-02-05 14:54:47 +08:00
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-09-18 14:16:26 +08:00
|
|
|
|
"es.shim": "^2.0.0",
|
2020-09-19 17:34:06 +08:00
|
|
|
|
"iofs": "^1.4.0"
|
2020-09-18 14:16:26 +08:00
|
|
|
|
},
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"exports": {
|
|
|
|
|
"require": "./index.js",
|
|
|
|
|
"import": "./index.mjs"
|
2017-02-05 14:54:47 +08:00
|
|
|
|
},
|
2018-05-25 15:35:26 +08:00
|
|
|
|
"license": "MIT"
|
2017-02-05 14:54:47 +08:00
|
|
|
|
}
|