mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
20 lines
423 B
JSON
20 lines
423 B
JSON
{
|
|
"name": "xamin/handlebars.php",
|
|
"description": "Handlebars processor for php",
|
|
"homepage": "https://github.com/XaminProject/handlebars.php",
|
|
"type": "library",
|
|
"license": "GPLv3",
|
|
"authors": [
|
|
{
|
|
"name": "fzerorubigd",
|
|
"email": "fzerorubigd@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Handlebars": "src/" }
|
|
}
|
|
}
|