.bower.json 508 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "html5shiv",
  3. "version": "3.7.3",
  4. "main": [
  5. "dist/html5shiv.js"
  6. ],
  7. "ignore": [
  8. "**/.*",
  9. "composer.json",
  10. "test",
  11. "build",
  12. "src",
  13. "build.xml"
  14. ],
  15. "homepage": "https://github.com/aFarkas/html5shiv",
  16. "_release": "3.7.3",
  17. "_resolution": {
  18. "type": "version",
  19. "tag": "3.7.3",
  20. "commit": "ed28c56c071bddfe7d635ad88995674957a016be"
  21. },
  22. "_source": "https://github.com/aFarkas/html5shiv.git",
  23. "_target": "~3.7.2",
  24. "_originalSource": "html5shiv"
  25. }