24 lines
559 B
JSON
24 lines
559 B
JSON
{
|
|
"name": "egrajp/smarty-extended",
|
|
"description": "Smarty, extended with gettext, checkbox/radio labels and index numbers",
|
|
"type": "library",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"homepage": "https://github.com/smarty-php/smarty/",
|
|
"license": "LGPL-3.0",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Clemens Schwaighofer",
|
|
"email": "clemens.schwaighofer@egplusww.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"require": {}
|
|
}
|