2013-04-26 16:22:30 +00:00
{
2014-03-25 15:05:40 +00:00
"name" : "picocms/pico" ,
2013-11-28 16:48:48 +00:00
"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" ] ,
2014-03-25 15:05:40 +00:00
"homepage" : "http://picocms.org/" ,
2013-11-28 16:48:48 +00:00
"license" : "MIT" ,
"authors" : [
{
"name" : "Gilbert Pellegrom" ,
"email" : "gilbert@pellegrom.me"
}
] ,
2013-04-26 16:22:30 +00:00
"require" : {
2013-11-28 16:48:48 +00:00
"php" : ">=5.2.4" ,
2013-07-10 13:12:44 +00:00
"twig/twig" : "1.12.*" ,
2013-11-28 16:48:48 +00:00
"michelf/php-markdown" : "1.3"
} ,
"autoload" : {
"files" : [ "lib/pico.php" ]
2013-04-26 16:22:30 +00:00
}
2013-07-10 13:12:44 +00:00
}