mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"name": "PyroCMS",
|
|
"description": "A barebones Pyro install.",
|
|
"repository": "https://github.com/pyrocms/pyrocms",
|
|
"logo": "https://pyrocms.com/files/vendors/logo-inverted_512@2x.jpg",
|
|
"keywords": [
|
|
"pyrocms",
|
|
"laravel",
|
|
"cms",
|
|
"php"
|
|
],
|
|
"addons": [
|
|
{
|
|
"plan": "heroku-postgresql",
|
|
}
|
|
],
|
|
"scripts": {
|
|
"postdeploy": "composer install"
|
|
}
|
|
}
|