package.json 794 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "wekan",
  3. "version": "1.31.0",
  4. "description": "The open-source 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. "page": "^1.8.6",
  32. "qs": "^6.5.2",
  33. "xss": "^1.0.3"
  34. }
  35. }