package.json 355 B

1234567891011
  1. {
  2. "name": "Wekan",
  3. "description": "The open-source Trello-like kanban",
  4. "repository": "https://github.com/FuzzyWuzzie/wekan",
  5. "logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
  6. "keywords": ["productivity", "tool", "team", "kanban"],
  7. "website": "http://wekan.io",
  8. "engines": {
  9. "node": "0.10.40"
  10. }
  11. }