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." ,
2015-11-22 13:08:06 +00:00
"keywords" : [ "flat-file" , "cms" , "php" , "twig" , "markdown" ] ,
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" ,
2015-11-22 13:08:06 +00:00
"email" : "gilbert@pellegrom.me" ,
"role" : "Project Founder"
} ,
{
"name" : "The Pico Community" ,
"homepage" : "https://github.com/picocms/Pico/graphs/contributors" ,
"role" : "Contributors"
2013-11-28 16:48:48 +00:00
}
] ,
2015-11-22 13:08:06 +00:00
"support" : {
"docs" : "http://picocms.org/docs" ,
"issues" : "https://github.com/picocms/Pico/issues" ,
"source" : "https://github.com/picocms/Pico"
} ,
2013-04-26 16:22:30 +00:00
"require" : {
2015-10-02 14:53:29 +00:00
"php" : ">=5.3.6" ,
2015-11-22 13:08:06 +00:00
"twig/twig" : "^1.18" ,
"erusev/parsedown-extra" : "^0.7" ,
2016-06-20 20:46:57 +00:00
"symfony/yaml" : "^2.3"
2013-11-28 16:48:48 +00:00
} ,
2015-11-21 05:28:09 +00:00
"require-dev" : {
2015-11-27 18:40:26 +00:00
"phpdocumentor/phpdocumentor" : "^2.8" ,
"squizlabs/php_codesniffer" : "^2.4"
2015-11-21 05:28:09 +00:00
} ,
2013-11-28 16:48:48 +00:00
"autoload" : {
2015-10-08 12:19:59 +00:00
"psr-0" : {
"Pico" : "lib/" ,
"PicoPluginInterface" : "lib/" ,
"AbstractPicoPlugin" : "lib/"
}
2013-04-26 16:22:30 +00:00
}
2013-07-10 13:12:44 +00:00
}