handlebars.php/composer.json
behrooz shabani (everplays) 391afc5227 updated package info
2013-11-05 14:19:45 +03:30

21 lines
525 B
JSON

{
"name": "xamin/handlebars.php",
"description": "Handlebars processor for php",
"homepage": "https://github.com/XaminProject/handlebars.php",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "fzerorubigd",
"email": "fzerorubigd@gmail.com"
},
{
"name": "Behrooz Shabani (everplays)",
"email": "everplays@gmail.com"
}
],
"require": {},
"autoload": {
"psr-0": { "Handlebars": "src/" }
}
}