2016-12-17 04:42:24 +03:00
|
|
|
{
|
2016-12-18 23:34:05 +03:00
|
|
|
"name": "Octobox",
|
2016-12-17 04:42:24 +03:00
|
|
|
"description": "Take back control of your GitHub Notifications",
|
2016-12-23 15:15:16 +03:00
|
|
|
"repository": "https://github.com/octobox/octobox",
|
2016-12-17 04:42:24 +03:00
|
|
|
"scripts": {
|
|
|
|
"postdeploy": "bundle exec rake db:migrate"
|
|
|
|
},
|
|
|
|
"env": {
|
2016-12-18 07:38:39 +03:00
|
|
|
"GITHUB_CLIENT_ID": {
|
|
|
|
"description": "The GitHub Application Client ID",
|
|
|
|
"required": true
|
2016-12-18 18:05:54 +03:00
|
|
|
},
|
2016-12-18 07:38:39 +03:00
|
|
|
"GITHUB_CLIENT_SECRET": {
|
|
|
|
"description": "The GitHub Application Client Secret",
|
2016-12-17 04:42:24 +03:00
|
|
|
"required": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"addons": [
|
2016-12-22 23:41:15 +03:00
|
|
|
"heroku-postgresql",
|
2016-12-27 15:54:25 +03:00
|
|
|
"memcachedcloud",
|
|
|
|
"scheduler"
|
2016-12-17 04:42:24 +03:00
|
|
|
]
|
|
|
|
}
|