package.json 529 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "wekan",
  3. "version": "0.11.1-rc1",
  4. "description": "The open-source Trello-like kanban",
  5. "private": true,
  6. "scripts": {
  7. "lint": "eslint .",
  8. "test": "npm run --silent lint"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/wekan/wekan.git"
  13. },
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/wekan/wekan/issues"
  17. },
  18. "homepage": "https://github.com/wekan/wekan",
  19. "devDependencies": {
  20. "eslint": "^2.0.0"
  21. },
  22. "dependencies": {
  23. "xss": "^0.3.3"
  24. }
  25. }