html5shiv
Version:
The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari 4.x (and iPhone 3.x), and Firefox 3.x.
21 lines (20 loc) • 438 B
JSON
{
"name": "afarkas/html5shiv",
"description": "Defacto way to enable use of HTML5 sectioning elements in legacy Internet Explorer.",
"type": "component",
"homepage": "http://paulirish.com/2011/the-history-of-the-html5-shiv/",
"license": [
"MIT",
"GPL-2.0"
],
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"scripts": [
"dist/html5shiv.js"
]
}
}
}