You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bower.json 931B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "Nextcloud",
  3. "version": "11 alpha",
  4. "homepage": "https://www.nextcloud.com",
  5. "license": "AGPL",
  6. "private": true,
  7. "ignore": [
  8. "**/.*",
  9. "node_modules",
  10. "bower_components",
  11. "core/vendor",
  12. "test",
  13. "tests"
  14. ],
  15. "dependencies": {
  16. "autosize": "^4.0.0",
  17. "backbone": "~1.2.3",
  18. "base64": "~0.3.0",
  19. "blueimp-md5": "^2.7.0",
  20. "bootstrap": "~3.3.6",
  21. "clipboard": "1.7.1",
  22. "davclient.js": "https://github.com/evert/davclient.js.git#0.1.2",
  23. "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
  24. "handlebars": "^4.0.5",
  25. "jcrop": "~0.9.12",
  26. "jquery": "~2.2.0",
  27. "jquery-migrate": "~1.4.0",
  28. "jquery-ui": "1.10.0",
  29. "jsTimezoneDetect": "~1.0.5",
  30. "marked": "^0.3.6",
  31. "moment": "^2.15.0",
  32. "select2": "~3.4.8",
  33. "snapjs": "~2.0.0-rc1",
  34. "strengthify": "^0.5.3",
  35. "underscore": "~1.8.0",
  36. "zxcvbn": "*"
  37. }
  38. }