package.json 529 B

123456789101112131415161718192021222324
  1. {
  2. "name": "wekan",
  3. "version": "1.0.0",
  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": "http://wekan.io",
  19. "devDependencies": {
  20. "babel-eslint": "4.1.3",
  21. "eslint": "1.7.3",
  22. "eslint-plugin-meteor": "1.7.0"
  23. }
  24. }