forked from aFarkas/webshim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 958 Bytes
/
bower.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "webshim",
"version": "1.15.6-RC1",
"homepage": "https://github.com/aFarkas/webshim",
"authors": [
"aFarkas <info@corrupt-system.de>"
],
"description": "Webshims Lib is a modular capability-based polyfill-loading library",
"main": ["js-webshim/dev/polyfiller.js", "js-webshim/minified/polyfiller.js"],
"keywords": [
"polyfill",
"shim",
"ES5",
"forms",
"widgets",
"datepicker",
"colorpicker",
"slider",
"formvalidation",
"validation",
"mediaelement",
"video",
"audio",
"canvas",
"HTML5",
"UI",
"geolocation",
"getUserMedia"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"swfs",
"build",
"src",
"demos",
"js-webshim/dev/extras",
"js-webshim/minified/extras",
"Gruntfile.js",
"webshims.jquery.json"
],
"dependencies": {
"jquery": ">= 1.8.2"
}
}