{
  "name": "eftec/bladeone",
  "description": "The standalone version Blade Template Engine from Laravel in a single php file",
  "type": "library",
  "keywords": ["blade","template","view","php","templating"],
  "homepage": "https://github.com/EFTEC/BladeOne",
  "license": "MIT",
  "authors": [
    {
      "name": "Jorge Patricio Castro Castillo",
      "email": "jcastro@eftec.cl"
    }],
  "extra": {
    "branch-alias": {
      "dev-master": "3.21-dev"
    }
  },
  "config": {
    "platform": {
      "php": "5.6.1"
    }
  },
  "require": {
    "php": ">=5.6",
    "ext-json": "*"
  },
  "archive": {
    "exclude": ["/examples"]
  },
  "autoload": {
      "psr-4": {
        "eftec\\bladeone\\": "lib/",
        "eftec\\tests\\": "tests/"
      }
  },
  "require-dev": {
    "phpunit/phpunit": "^5.7"
  }
}
