apollo_developers/bower_components/components-modernizr/composer.json
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

40 lines
989 B
JSON
Executable File

{
"name": "components/modernizr",
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user's browser.",
"keywords": [
"html5",
"css3",
"browser",
"feature detection"
],
"type": "component",
"homepage": "http://modernizr.com",
"license": "MIT",
"authors": [
{
"name": "Modernizr",
"homepage": "http://modernizr.com"
},
{ "name": "Faruk Ates" },
{ "name": "Paul Irish" },
{ "name": "Alex Sexton" },
{ "name": "Ryan Seddon" },
{ "name": "Alexander Farkas" },
{ "name": "Ben Alman" },
{ "name": "Stu Cox" }
],
"require": {
"robloach/component-installer": "*"
},
"extra": {
"component": {
"scripts": [
"modernizr.js"
],
"shim": {
"exports": "window.Modernizr"
}
}
}
}