mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
16 lines
No EOL
471 B
JSON
16 lines
No EOL
471 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",
|
|
"ROOT_URL": {
|
|
"description": "The full URL of your Telescope app."
|
|
}
|
|
},
|
|
"addons": [
|
|
"mongolab"
|
|
]
|
|
} |