mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
21 lines
438 B
JSON
21 lines
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"
|
|
]
|
|
}
|
|
}
|
|
}
|