forked from aFarkas/webshim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webshims.jquery.json
33 lines (31 loc) · 1.19 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
33
{
"name": "webshims",
"version": "1.11.1",
"title": "Webshims - 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.0.x",
"modernizr" : ">=2.6.2"
},
"author": {
"name": "Alexander Farkas",
"url": "https://github.com/aFarkas/"
},
"keywords": ["webshims", "polyfill", "HTML5", "forms", "form", "audio", "video", "validation", "formvalidation", "colorpicker", "slider", "canvas", "localstorage", "geolocation", "ui", "widgets", "datepicker", "timepicker", "slider", "range"],
"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",
"download": "http://corrupt-system.de/webshims-1.11.1.zip",
"repository": {
"type" : "git",
"url" : "https://github.com/aFarkas/webshim.git"
},
"main": "./master/demos/js-webshim/minified/"
}