Merge branch 'master' of https://github.com/gilbitron/Pico into devel-chris
This commit is contained in:
commit
0cdb1735bb
@ -1,6 +1,22 @@
|
|||||||
{
|
{
|
||||||
|
"name": "gilbitron/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://pico.dev7studios.com",
|
||||||
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Gilbert Pellegrom",
|
||||||
|
"email": "gilbert@pellegrom.me"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
|
"php": ">=5.2.4",
|
||||||
"twig/twig": "1.12.*",
|
"twig/twig": "1.12.*",
|
||||||
"michelf/php-markdown": "1.3"
|
"michelf/php-markdown": "1.3"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"files": ["lib/pico.php"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user