1{
2    "name": "mustache/mustache",
3    "description": "A Mustache implementation in PHP.",
4    "keywords": ["templating", "mustache"],
5    "homepage": "https://github.com/bobthecow/mustache.php",
6    "type": "library",
7    "license": "MIT",
8    "authors": [
9        {
10            "name": "Justin Hileman",
11            "email": "justin@justinhileman.info",
12            "homepage": "http://justinhileman.com"
13        }
14    ],
15    "require": {
16        "php": ">=5.2.4"
17    },
18    "require-dev": {
19        "phpunit/phpunit": "~3.7|~4.0|~5.0",
20        "friendsofphp/php-cs-fixer": "~1.11"
21    },
22    "autoload": {
23        "psr-0": { "Mustache": "src/" }
24    }
25}
26