2015-06-01 04:03:33 -03:00
|
|
|
{
|
|
|
|
|
"name": "Rocket.Chat",
|
2016-05-03 18:04:06 -03:00
|
|
|
"description": "Have your own open-source Slack-like online chat platform.",
|
2015-06-01 04:03:33 -03:00
|
|
|
"repository": "https://github.com/RocketChat/Rocket.Chat",
|
2022-10-14 16:48:13 -04:00
|
|
|
"logo": "https://raw.githubusercontent.com/RocketChat/Rocket.Chat.Artwork/master/Logos/2020/png/logo-horizontal-red.png",
|
2015-06-01 04:03:33 -03:00
|
|
|
"keywords": ["meteor", "social", "community", "chat"],
|
2015-06-29 16:23:29 -03:00
|
|
|
"website": "https://rocket.chat",
|
2015-06-01 04:03:33 -03:00
|
|
|
"env": {
|
2016-12-20 18:22:44 -02:00
|
|
|
"BUILDPACK_URL": "https://github.com/RocketChat/meteor-buildpack-horse.git",
|
2022-10-14 16:48:13 -04:00
|
|
|
"METEOR_APP_DIR": "apps/meteor/",
|
2016-05-03 17:22:23 -03:00
|
|
|
"HEROKU_APP_NAME": {
|
2016-05-03 18:17:53 -03:00
|
|
|
"description": "Please re-enter your App Name from the top.",
|
2016-02-19 13:14:15 -08:00
|
|
|
"required": true
|
2017-04-10 13:23:40 -05:00
|
|
|
},
|
2017-04-10 13:25:24 -05:00
|
|
|
"DEPLOY_PLATFORM": "heroku"
|
2015-06-01 04:03:33 -03:00
|
|
|
},
|
|
|
|
|
"addons": [
|
2015-06-01 05:46:09 -03:00
|
|
|
"mongolab",
|
|
|
|
|
"logentries"
|
2015-06-01 04:03:33 -03:00
|
|
|
]
|
|
|
|
|
}
|