.bower.json 812 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "foundation",
  3. "version": "5.5.1",
  4. "main": [
  5. "css/foundation.css",
  6. "css/foundation.css.map",
  7. "js/foundation.js"
  8. ],
  9. "ignore": [],
  10. "dependencies": {
  11. "jquery": ">= 2.1.0",
  12. "modernizr": ">= 2.7.2",
  13. "fastclick": ">=0.6.11",
  14. "jquery.cookie": "~1.4.0",
  15. "jquery-placeholder": "~2.0.7"
  16. },
  17. "devDependencies": {
  18. "jquery.autocomplete": "devbridge/jQuery-Autocomplete#1.2.9",
  19. "lodash": "~2.4.1"
  20. },
  21. "private": true,
  22. "homepage": "https://github.com/zurb/bower-foundation",
  23. "_release": "5.5.1",
  24. "_resolution": {
  25. "type": "version",
  26. "tag": "5.5.1",
  27. "commit": "bf07a7551bc3e599404d9cb2eb2251a95c1ea782"
  28. },
  29. "_source": "git://github.com/zurb/bower-foundation.git",
  30. "_target": "~5.5.1",
  31. "_originalSource": "foundation",
  32. "_direct": true
  33. }