Pico/composer.json
picocms 4434205c91 Update composer.json
Updated locations
2014-03-25 15:05:40 +00:00

23 lines
646 B
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": ["cms"],
"homepage": "http://picocms.org/",
"license": "MIT",
"authors": [
{
"name": "Gilbert Pellegrom",
"email": "gilbert@pellegrom.me"
}
],
"require": {
"php": ">=5.2.4",
"twig/twig": "1.12.*",
"michelf/php-markdown": "1.3"
},
"autoload": {
"files": ["lib/pico.php"]
}
}