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

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "ownCloud",
  3. "version": "8.2 pre alpha",
  4. "homepage": "https://www.owncloud.org",
  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": "~1.3.0",
  18. "jcrop": "~0.9.12",
  19. "jquery": "~1.10.0",
  20. "jquery-migrate": "~1.2.1",
  21. "jquery-ui": "1.10.0",
  22. "jsTimezoneDetect": "~1.0.5",
  23. "moment": "~2.10.0",
  24. "select2": "~3.4.8",
  25. "zxcvbn": "*",
  26. "snapjs": "~2.0.0-rc1",
  27. "strengthify": "0.4.2",
  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. }
  35. }