mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
13 lines
407 B
JSON
13 lines
407 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:shared-single-small"
|
||
|
]
|
||
|
}
|