handlebars.php/composer.json
2012-10-26 01:11:33 +03:30

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/" }
}
}