webshim
Version:
modular capability-based polyfill loading libary, which extends jQuery with HTML5 features in legacy browsers
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "afarkas/webshim",
"description": "The polyfilling, capability based loading JavaScript Library",
"type": "component",
"minimum-stability": "dev",
"license": "MIT",
"homepage": "http://afarkas.github.com/webshim/demos/index.html",
"keywords": [
"webshims",
"webshim",
"polyfill",
"HTML5",
"forms",
"audio",
"video",
"validation",
"canvas",
"localstorage",
"geolocation",
"ui",
"widgets",
"getUserMedia"
],
"authors": [
{
"name": "Alexander Farkas",
"homepage": "https://github.com/aFarkas/"
}
],
"extra": {
"component": {
"scripts": [
"js-webshim/minified/polyfiller.js"
],
"files": [
"js-webshim/minified/shims/**"
]
}
},
"require": {
"components/jquery": ">=1.8.2 <3.0",
"robloach/component-installer": "^0.2"
}
}