2017-02-05 14:54:47 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "smartyx",
|
2020-09-28 09:49:20 +08:00
|
|
|
|
"version": "2.1.1",
|
2017-02-05 14:54:47 +08:00
|
|
|
|
"description": "nodeJS模板引擎,理念源自于PHP的smarty模板引擎",
|
2020-09-27 19:32:13 +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-27 19:32:13 +08:00
|
|
|
|
"es.shim": "^2.0.1",
|
|
|
|
|
"iofs": "^1.5.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
|
|
|
|
}
|