This repo is a copy of the picocms/Pico repo (https://github.com/picocms/Pico) at commit 82a342ba445122182b898a2c1800f03c8d16f18c with rewritten history. Only commits which are relevant for the themes/default/ directory (82a342ba44/themes/default/
) were preserved. The command used to create this repo can be found at http://stackoverflow.com/a/37037151. Pico is licensed under the MIT License (82a342ba44/LICENSE.md
).
30 lines
875 B
JSON
30 lines
875 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|