{
  "name": "Diviner Archive Theme",
  "description": "A clean modern theme based on Tonik and to be used in tandem with diviner archive plugin",
  "keywords": ["tonik", "theme", "gin", "wordpress", "wordpress-theme"],
  "license": "MIT",
  "type": "wordpress-theme",
  "require": {
    "php": ">=7.0",
    "tonik/gin": "dev-develop",
    "pimple/pimple": "^3.2"
  },
  "require-dev": {
  },
  "autoload":{
    "psr-4": {
     "Diviner_Archive\\" : "app/"
    }
  }
}
