Blame view
static/plugins/webshim-gh-pages/component.json
864 Bytes
831eac332 add file |
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 |
{ "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" }, "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" } |