{
  "name": "codexshaper/codexshaper-framework",
  "description": "A plugin starter kit for wordpress theme.",
  "type": "library",
  "license": "gpl-2.0",
  "version": "1.0.0",
  "keywords": [
    "wordpress",
    "plugin"
  ],
  "homepage": "https://github.com/Codexshaper/codexshaper-framework/",
  "autoload": {
    "psr-4": {
      "CodexShaper\\Framework\\": "src/"
    }
  },
  "authors": [
    {
      "name": "Md Abu Ahsan Basir",
      "email": "maab.career@gmil.com"
    }
  ],
  "require": {
    "php": ">=5.4.0",
    "doctrine/inflector": "^2.0",
    "psr/container": "^2.0",
    "codexshaper/framework": "^1.0"
  },
  "config": {}
}
