{
    "name": "tyam/bamboo",
    "description": "PHP template engine, which has variables-pulling facility.",
    "keywords": ["PHP", "template engine"],
    "type": "library",
    "license": "MIT",
    "homepage": "https://github.com/tyam/bamboo",
    "authors": [
      {
        "name": "YAMADA, Tetsuo",
        "email": "tyam001@gmail.com"
      }
    ],
    "require": {
      "php": ">=5.6"
    }, 
    "require-dev": {
        "phpunit/phpunit": "4.4", 
        "doctrine/instantiator": "1.0.*"
    },
    "autoload": {
      "psr-4": {
        "tyam\\bamboo\\": "src/"
      }
    }, 
    "autoload-dev": {
      "psr-4": {
        "tests\\": "tests/"
      }
    }
}