smarty/package.json

30 lines
573 B
JSON
Raw Normal View History

2017-02-05 14:54:47 +08:00
{
"name": "smartyx",
2020-09-28 09:49:20 +08:00
"version": "2.1.1",
2025-01-03 15:47:13 +08:00
"type": "module",
2017-02-05 14:54:47 +08:00
"description": "nodeJS模板引擎理念源自于PHP的smarty模板引擎",
2025-01-03 15:47: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",
2025-01-03 15:47:13 +08:00
"url": "https://git.wkit.fun/bytedo/smarty.git"
2017-02-05 14:54:47 +08:00
},
"dependencies": {
2025-01-03 15:47:13 +08:00
"es.shim": "^2.5.0",
"iofs": "^1.5.3"
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
}