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.

12345678910111213141516171819202122232425262728
  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. "jsTimezoneDetect": "~1.0.5",
  21. "moment": "~2.8.3",
  22. "select2": "~3.4.8",
  23. "zxcvbn": "*",
  24. "snapjs": "~2.0.0-rc1",
  25. "strengthify": "*",
  26. "underscore": "~1.6.0"
  27. }
  28. }