2015-09-10 17:21:06 +02:00
|
|
|
{
|
|
|
|
"name": "Wekan",
|
2018-08-14 21:22:46 +03:00
|
|
|
"description": "The open-source kanban",
|
2015-09-10 17:21:06 +02:00
|
|
|
"repository": "https://github.com/wekan/wekan",
|
2015-09-10 18:12:14 +02:00
|
|
|
"logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
|
2015-09-10 17:21:06 +02:00
|
|
|
"keywords": ["productivity", "tool", "team", "kanban"],
|
2017-05-21 11:04:21 +03:00
|
|
|
"website": "https://wekan.github.io",
|
2015-09-10 17:21:06 +02:00
|
|
|
"env": {
|
|
|
|
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
|
|
|
|
"ROOT_URL": {
|
2015-09-10 19:19:01 +02:00
|
|
|
"description": "IMPORTANT! Please replace <App Name> with the value provided on the top. This will be the full URL of your Wekan app.",
|
2015-09-10 17:21:06 +02:00
|
|
|
"value": "https://<App Name>.herokuapp.com"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"addons": [
|
|
|
|
"mongolab",
|
|
|
|
"logentries"
|
|
|
|
]
|
|
|
|
}
|