1234567891011121314151617181920212223242526272829 |
- {
- "name": "picocms/pico-composer",
- "type": "project",
- "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.",
- "keywords": [ "pico", "picocms", "pico-cms", "simple", "flat-file", "cms", "content-management", "website", "markdown-to-html", "php", "markdown", "yaml", "twig", "composer-project" ],
- "homepage": "http://picocms.org/",
- "license": "MIT",
- "authors": [
- {
- "name": "The Pico Community",
- "homepage": "http://picocms.org/"
- },
- {
- "name": "Contributors",
- "homepage": "https://github.com/picocms/pico-composer/graphs/contributors"
- }
- ],
- "support": {
- "docs": "http://picocms.org/docs",
- "issues": "https://github.com/picocms/Pico/issues",
- "source": "https://github.com/picocms/Pico"
- },
- "require": {
- "picocms/pico": "^2.0",
- "picocms/pico-theme": "^2.0",
- "picocms/pico-deprecated": "^2.0",
- "picocms/composer-installer": "^1.0"
- }
- }
|