Vulcan/app.json

13 lines
407 B
JSON
Raw Normal View History

2015-05-14 16:12:05 +09:00
{
"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"
]
}