Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

bower.json 529B

il y a 9 ans
il y a 9 ans
il y a 9 ans
il y a 9 ans
il y a 9 ans
il y a 9 ans
il y a 9 ans
il y a 9 ans
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. }