Blog-style website for karathan using the self-made Stellar Theme powered by HTML5Up http://blog.karathan.at

composer.json 1.1KB

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "picocms/pico-composer",
  3. "type": "project",
  4. "description": "Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the \"content\" folder and that becomes a page.",
  5. "keywords": [ "pico", "picocms", "pico-cms", "simple", "flat-file", "cms", "content-management", "website", "markdown-to-html", "php", "markdown", "yaml", "twig", "composer-project" ],
  6. "homepage": "http://picocms.org/",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "The Pico Community",
  11. "homepage": "http://picocms.org/"
  12. },
  13. {
  14. "name": "Contributors",
  15. "homepage": "https://github.com/picocms/pico-composer/graphs/contributors"
  16. }
  17. ],
  18. "support": {
  19. "docs": "http://picocms.org/docs",
  20. "issues": "https://github.com/picocms/Pico/issues",
  21. "source": "https://github.com/picocms/Pico"
  22. },
  23. "require": {
  24. "picocms/pico": "^2.0",
  25. "picocms/pico-theme": "^2.0",
  26. "picocms/pico-deprecated": "^2.0",
  27. "picocms/composer-installer": "^1.0"
  28. }
  29. }