{
  "name": "anahkiasen/html-object",
  "description": "A set of classes to create and manipulate HTML objects abstractions",
  "license": "MIT",
  "authors": [
    {
      "name": "Anahkiasen",
      "email": "ehtnam6@gmail.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "HtmlObject\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "HtmlObject\\": "tests"
    }
  },
  "require": {
    "php": ">=5.3.0"
  },
  "require-dev": {
    "phpunit/phpunit": "~4.5"
  }
}
