.bower.json 759 B

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