Files
Mustache/composer.json
T
2012-03-17 22:57:56 -07:00

22 lines
541 B
JSON

{
"name": "bobthecow/mustache",
"description": "A Mustache implementation in PHP.",
"keywords": ["templating", "mustache"],
"homepage": "https://github.com/bobthecow/mustache.php",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "Mustache": "src/" }
}
}