57 lines
2.1 KiB
JSON
57 lines
2.1 KiB
JSON
{
|
|
"name": "picocms/pico",
|
|
"type": "library",
|
|
"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" ],
|
|
"homepage": "http://picocms.org/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Gilbert Pellegrom",
|
|
"email": "gilbert@pellegrom.me",
|
|
"role": "Project Founder"
|
|
},
|
|
{
|
|
"name": "The Pico Community",
|
|
"homepage": "http://picocms.org/"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/picocms/Pico/graphs/contributors"
|
|
}
|
|
],
|
|
"support": {
|
|
"docs": "http://picocms.org/docs",
|
|
"issues": "https://github.com/picocms/Pico/issues",
|
|
"source": "https://github.com/picocms/Pico"
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.6",
|
|
"ext-dom": "*",
|
|
"twig/twig": "^1.35",
|
|
"symfony/yaml" : "^2.8",
|
|
"erusev/parsedown": "^1.7",
|
|
"erusev/parsedown-extra": "^0.7"
|
|
},
|
|
"suggest": {
|
|
"picocms/pico-theme": "Pico requires a theme to actually display the contents of your website. This is Pico's official default theme.",
|
|
"picocms/pico-deprecated": "PicoDeprecated's purpose is to maintain backward compatibility to older versions of Pico.",
|
|
"picocms/composer-installer": "This Composer plugin is responsible for installing Pico plugins and themes using the Composer package manager."
|
|
},
|
|
"require-dev" : {
|
|
"phpdocumentor/phpdocumentor": "^2.8",
|
|
"squizlabs/php_codesniffer": "^2.4"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Pico": "lib/",
|
|
"PicoPluginInterface": "lib/",
|
|
"AbstractPicoPlugin": "lib/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-pico-1.1": "2.0-dev"
|
|
}
|
|
}
|
|
}
|