Vulcan/app.json
2015-05-14 16:13:44 +09:00

13 lines
No EOL
387 B
JSON

{
"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"
]
}