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 904B

12345678910111213141516171819202122232425262728293031323334353637
  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. "blueimp-md5": "~1.1.0",
  17. "handlebars": "^4.0.5",
  18. "jcrop": "~0.9.12",
  19. "jquery": "~2.2.0",
  20. "jquery-migrate": "~1.4.0",
  21. "jquery-ui": "1.10.0",
  22. "jsTimezoneDetect": "~1.0.5",
  23. "moment": "^2.15.0",
  24. "select2": "~3.4.8",
  25. "zxcvbn": "*",
  26. "snapjs": "~2.0.0-rc1",
  27. "strengthify": "^0.5.1",
  28. "underscore": "~1.8.0",
  29. "bootstrap": "~3.3.6",
  30. "backbone": "~1.2.3",
  31. "davclient.js": "https://github.com/evert/davclient.js.git",
  32. "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
  33. "base64": "~0.3.0",
  34. "clipboard": "^1.5.12",
  35. "autosize": "^3.0.17"
  36. }
  37. }