Vulcan/app.json

16 lines
471 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": {
2015-05-14 16:21:08 +09:00
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
"ROOT_URL": {
"description": "The full URL of your Telescope app."
}
2015-05-14 16:12:05 +09:00
},
"addons": [
2015-05-14 16:13:44 +09:00
"mongolab"
2015-05-14 16:12:05 +09:00
]
}