You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
875 B
29 lines
875 B
{
|
|
"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.",
|
|
"keywords": ["pico","pico-theme"],
|
|
"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"
|
|
},
|
|
"require": {
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"extra": {
|
|
"installer-name": "default"
|
|
}
|
|
}
|
|
|