2017-05-01 18:56:54 +02:00
|
|
|
{
|
|
|
|
"name": "picocms/pico-theme",
|
|
|
|
"type": "pico-theme",
|
|
|
|
"description": "This is Pico's official default theme. Pico is a stupidly simple, blazing fast, flat file CMS.",
|
2017-11-04 18:51:03 +01:00
|
|
|
"keywords": [ "pico", "picocms", "picocms-theme", "pico-theme", "default-theme" ],
|
2017-05-01 18:56:54 +02:00
|
|
|
"homepage": "http://picocms.org/",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "The Pico Community",
|
|
|
|
"homepage": "http://picocms.org/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Contributors",
|
|
|
|
"homepage": "https://github.com/picocms/pico-theme/graphs/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"docs": "http://picocms.org/themes/default/",
|
|
|
|
"issues": "https://github.com/picocms/pico-theme/issues",
|
|
|
|
"source": "https://github.com/picocms/pico-theme"
|
|
|
|
},
|
2017-11-04 18:49:20 +01:00
|
|
|
"require": {
|
|
|
|
"picocms/pico": "self.version"
|
|
|
|
},
|
2017-05-01 18:56:54 +02:00
|
|
|
"extra": {
|
2017-05-01 23:31:30 +02:00
|
|
|
"installer-name": "default",
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0-dev"
|
|
|
|
}
|
2017-05-01 18:56:54 +02:00
|
|
|
}
|
|
|
|
}
|