mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
16 lines
395 B
JSON
16 lines
395 B
JSON
{
|
|
"name": "Cachet",
|
|
"description": "Single-site Status Page with Laravel",
|
|
"website": "http://james-brooks.uk/cachet",
|
|
"success_url": "/setup",
|
|
"repository": "https://github.com/jbrooksuk/Cachet",
|
|
"keywords": ["cachet", "laravel", "status", "page"],
|
|
"addons": ["cleardb"],
|
|
"env": {
|
|
"ENV": "heroku"
|
|
},
|
|
"scripts": {
|
|
"postdeploy": "php artisan migrate; php artisan key:generate"
|
|
}
|
|
}
|