-
Notifications
You must be signed in to change notification settings - Fork 201
/
webshims.jquery.json
31 lines (29 loc) · 1.34 KB
/
webshims.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "webshims",
"version": "1.16.0",
"title": "Webshim - polyfills jQuery with many HTML5 features",
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/aFarkas/webshim/master/MIT-LICENSE.txt"
}
],
"dependencies" : {
"jquery" : ">=1.8.3"
},
"author": {
"name": "Alexander Farkas",
"url": "https://github.com/aFarkas/"
},
"keywords": ["webshims", "polyfill", "HTML5", "forms", "FormData", "Promises", "Promise", "matchMedia", "responsive", "XHR2", "xhr2", "CORS", "cross-doamin", "file", "upload", "multiple", "progress", "AJAX", "form", "audio", "video", "validation", "formvalidation", "colorpicker", "input", "form", "slider", "canvas", "geolocation", "ui", "widgets", "datepicker", "timepicker", "slider", "range", "webshim", "getUserMedia", "usermedia", "camera", "sticky", "position", "mediacapture"],
"homepage": "http://afarkas.github.io/webshim/demos/index.html",
"description": "modular capability-based polyfill loading libary, which extends jQuery with HTML5 features in legacy browsers",
"docs": "http://afarkas.github.io/webshim/demos/index.html",
"demo": "http://afarkas.github.io/webshim/demos/index.html",
"bugs": "https://github.com/aFarkas/webshim/issues",
"repository": {
"type" : "git",
"url" : "https://github.com/aFarkas/webshim.git"
},
"main": "./master/demos/js-webshim/minified/"
}