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" : {
2015-04-29 14:32:57 +00:00
"php" : ">=5.3.2" ,
2015-02-20 10:45:17 +00:00
"twig/twig" : "1.18.*" ,
2015-09-15 11:17:00 +00:00
"erusev/parsedown-extra" : "0.7.*" ,
2015-08-28 16:28:49 +00:00
"symfony/yaml" : "2.3"
2013-11-28 16:48:48 +00:00
} ,
"autoload" : {
2015-08-28 16:28:49 +00:00
"files" : [
"lib/Pico.php" ,
2015-09-15 11:15:45 +00:00
"lib/PicoPluginInterface.php" ,
2015-08-28 16:28:49 +00:00
"lib/AbstractPicoPlugin.php"
]
2013-04-26 16:22:30 +00:00
}
2013-07-10 13:12:44 +00:00
}