mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 13:57:41 -05:00
29 lines
740 B
JSON
29 lines
740 B
JSON
{
|
|
"name": "pyrocms/starter-theme",
|
|
"type": "streams-addon",
|
|
"description": "The starter theme is a basic HTML5 Bootstrap theme based on the Freelance Theme from http://startbootstrap.com/template-overviews/freelancer/",
|
|
"keywords": [
|
|
"theme",
|
|
"streams theme",
|
|
"theme"
|
|
],
|
|
"homepage": "http://pyrocms.com/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "PyroCMS, Inc.",
|
|
"email": "support@pyrocms.com",
|
|
"homepage": "http://pyrocms.com/",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@pyrocms.com"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Pyrocms\\StarterTheme\\": "src/"
|
|
}
|
|
}
|
|
}
|