forked from aFarkas/webshim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebshims.jquery.json
32 lines (30 loc) · 1.24 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
32
{
"name": "webshims",
"version": "1.14.2",
"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 - 2.1.x",
"modernizr" : ">=2.6.2"
},
"author": {
"name": "Alexander Farkas",
"url": "https://github.com/aFarkas/"
},
"keywords": ["webshims", "polyfill", "HTML5", "forms", "FormData", "Promises", "Promise", "XHR2", "xhr2", "CORS", "cross-doamin", "file", "upload", "multiple", "progress", "AJAX", "form", "audio", "video", "validation", "formvalidation", "colorpicker", "slider", "canvas", "geolocation", "ui", "widgets", "datepicker", "timepicker", "slider", "range"],
"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/"
}