blob: e56e2aced484edf6e063db8b375c3c73fb1f8965 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"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"
]
}
}
}
|