forked from aFarkas/webshim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
39 lines (39 loc) · 902 Bytes
/
component.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
{
"name": "webshim",
"repository": "brendanator/webshim",
"description": "Webshims Lib is a modular capability-based polyfill-loading library",
"version": "master",
"keywords": [
"polyfill",
"shim",
"ES5",
"forms",
"widgets",
"datepicker",
"colorpicker",
"slider",
"formvalidation",
"validation",
"mediaelement",
"video",
"audio",
"canvas",
"HTML5",
"UI",
"geolocation",
"getUserMedia"
],
"dependencies": {
"components/jquery": ">=1.8.2",
"components/modernizr": ">=2.8.3"
},
"main": "js-webshim/minified/polyfiller.js",
"scripts": ["js-webshim/minified/polyfiller.js"],
"files": ["js-webshim/minified/shims/**/*.*"],
"development": {
"main": "js-webshim/dev/polyfiller.js",
"scripts": ["js-webshim/dev/polyfiller.js"],
"files": ["js-webshim/dev/shims/**/*.*"]
},
"license": "MIT"
}