adding app.json for Heroku deploy

This commit is contained in:
Sacha Greif 2015-05-14 16:12:05 +09:00
parent dfad6679f8
commit 0f5963f2cc

13
app.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "Telescope",
"description": "An open-source community app built with Meteor",
"repository": "https://github.com/TelescopeJS/Telescope/",
"logo": "http://www.telescopeapp.org/images/logo.png",
"keywords": ["meteor", "social", "community"],
"env": {
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git"
},
"addons": [
"mongolab:shared-single-small"
]
}