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

123456789101112131415161718192021222324252627
  1. {
  2. "name": "ownCloud",
  3. "version": "8.0 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.0.1",
  17. "handlebars": "1.3.0",
  18. "jcrop": "~0.9.12",
  19. "jquery": "~1.10.0",
  20. "moment": "~2.8.3",
  21. "select2": "3.4.8",
  22. "zxcvbn": "*",
  23. "snapjs": "2.0.0-rc1",
  24. "strengthify": "*",
  25. "underscore": "1.6.0"
  26. }
  27. }