package.json 615 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "wekan",
  3. "version": "0.18.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. "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://wekan.github.io",
  19. "devDependencies": {
  20. "eslint": "^2.0.0"
  21. },
  22. "dependencies": {
  23. "babel-runtime": "^6.23.0",
  24. "meteor-node-stubs": "^0.2.6",
  25. "xss": "^0.3.3"
  26. }
  27. }