12345678910111213141516171819 |
- {
- "name": "Wekan",
- "description": "The open-source kanban",
- "repository": "https://github.com/wekan/wekan",
- "logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
- "keywords": ["productivity", "tool", "team", "kanban"],
- "website": "https://wekan.github.io",
- "env": {
- "BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
- "ROOT_URL": {
- "description": "IMPORTANT! Please replace <App Name> with the value provided on the top. This will be the full URL of your Wekan app.",
- "value": "https://<App Name>.herokuapp.com"
- }
- },
- "addons": [
- "mongolab",
- "logentries"
- ]
- }
|