{
  "name": "cnam/raml2html",
  "description": "php Raml to html documentation generator",
  "tags": ["raml", "raml2html", "documentation generator"],
  "minimum-stability": "stable",
  "authors": [
    {
      "name": "Anton Popov",
      "email": "cnam812@gmail.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "Cnam\\": "src/"
    }
  },
  "bin": [
    "raml2html"
  ],
  "require": {
    "twig/twig": "~1.18",
    "symfony/console": "~2.6",
    "cnam/php-raml-parser": "1.0.8"
  }
}
