package.json 838 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "wekan",
  3. "version": "0.33.0",
  4. "description": "The open-source Trello-like kanban",
  5. "private": true,
  6. "scripts": {
  7. "lint": "eslint --ignore-pattern 'packages/*' .",
  8. "test": "npm run --silent lint"
  9. },
  10. "eslintConfig": {
  11. "extends": "@meteorjs/eslint-config-meteor"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/wekan/wekan.git"
  16. },
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/wekan/wekan/issues"
  20. },
  21. "homepage": "https://wekan.github.io",
  22. "devDependencies": {
  23. "eslint": "^2.0.0"
  24. },
  25. "dependencies": {
  26. "babel-runtime": "^6.23.0",
  27. "bcrypt": "^1.0.2",
  28. "bson": "^1.0.4",
  29. "es6-promise": "^4.1.0",
  30. "meteor-node-stubs": "^0.2.6",
  31. "os": "^0.1.1",
  32. "winston": "^2.3.1",
  33. "winston-zulip": "0.0.6",
  34. "xss": "^0.3.3"
  35. }
  36. }