Rocket.Chat/app.json
2015-06-26 14:57:59 -03:00

20 lines
664 B
JSON

{
"name": "Rocket.Chat",
"description": "Have your own open-source Slack-like online chat, built with Meteor.",
"repository": "https://github.com/RocketChat/Rocket.Chat",
"logo": "https://raw.githubusercontent.com/RocketChat/Rocket.Chat/master/public/images/logo/512x512.png",
"keywords": ["meteor", "social", "community", "chat"],
"website": "http://rocket.chat",
"env": {
"BUILDPACK_URL": "https://github.com/RocketChat/heroku-buildpack-meteor.git",
"ROOT_URL": {
"description": "The full URL of your Rocket.Chat app.",
"value": "https://<App Name>.herokuapp.com"
}
},
"addons": [
"mongolab",
"logentries"
]
}