.bower.json 581 B

123456789101112131415161718192021
  1. {
  2. "name": "respond",
  3. "version": "1.4.2",
  4. "main": "dest/respond.src.js",
  5. "description": "Fast and lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)",
  6. "ignore": [
  7. "**/.*",
  8. "test"
  9. ],
  10. "homepage": "https://github.com/scottjehl/Respond",
  11. "_release": "1.4.2",
  12. "_resolution": {
  13. "type": "version",
  14. "tag": "1.4.2",
  15. "commit": "3eda118b4440825df56e3c12d054f9d316a5987a"
  16. },
  17. "_source": "git://github.com/scottjehl/Respond.git",
  18. "_target": "~1.4.2",
  19. "_originalSource": "respond",
  20. "_direct": true
  21. }