package.json 764 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "wekan",
  3. "version": "1.11.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": "^4.19.1"
  24. },
  25. "dependencies": {
  26. "babel-runtime": "^6.26.0",
  27. "bson-ext": "^2.0.0",
  28. "es6-promise": "^4.2.4",
  29. "meteor-node-stubs": "^0.4.1",
  30. "os": "^0.1.1",
  31. "xss": "^0.3.8"
  32. }
  33. }