webshim
Version:
modular capability-based polyfill loading libary, which extends jQuery with HTML5 features in legacy browsers
57 lines (56 loc) • 1.58 kB
JSON
{
"name": "webshim",
"version": "1.16.0",
"title": "Webshims - polyfills jQuery with many HTML5 features",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/aFarkas/webshim/master/MIT-LICENSE.txt"
}
],
"author": {
"name": "Alexander Farkas",
"url": "https://github.com/aFarkas/"
},
"keywords": [
"webshims",
"webshim",
"polyfill",
"HTML5",
"forms",
"audio",
"video",
"validation",
"canvas",
"localstorage",
"geolocation",
"ui",
"widgets",
"getUserMedia"
],
"homepage": "http://afarkas.github.com/webshim/demos/index.html",
"description": "modular capability-based polyfill loading libary, which extends jQuery with HTML5 features in legacy browsers",
"docs": "http://afarkas.github.com/webshim/demos/index.html",
"demo": "http://afarkas.github.com/webshim/demos/index.html",
"bugs": "https://github.com/aFarkas/webshim/issues",
"repository": {
"type": "git",
"url": "https://github.com/aFarkas/webshim.git"
},
"main": "./js-webshim/minified/polyfiller.js",
"devDependencies": {
"phantomjs": ">=1.8.2",
"grunt-css": ">=0.5.4",
"grunt-contrib-concat": ">=0.1.3",
"grunt-contrib-watch": ">=0.3.0",
"grunt-contrib-copy": ">=0.4.0",
"grunt-contrib-uglify": ">=0.2.7",
"grunt": ">=0.4.1",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-compress": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-bytesize": "~0.1.1",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-jshint": "~0.10.0"
}
}