bower.json 242 B

1234567891011
  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. }