Blame view
static/plugins/webshim-gh-pages/composer.json
1.02 KB
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 39 40 41 42 43 44 |
{ "name": "afarkas/webshim", "description": "The polyfilling, capability based loading JavaScript Library", "type": "component", "minimum-stability": "dev", "license": "MIT", "homepage": "http://afarkas.github.com/webshim/demos/index.html", "keywords": [ "webshims", "webshim", "polyfill", "HTML5", "forms", "audio", "video", "validation", "canvas", "localstorage", "geolocation", "ui", "widgets", "getUserMedia" ], "authors": [ { "name": "Alexander Farkas", "homepage": "https://github.com/aFarkas/" } ], "extra": { "component": { "scripts": [ "js-webshim/minified/polyfiller.js" ], "files": [ "js-webshim/minified/shims/**" ] } }, "require": { "components/jquery": ">=1.8.2 <3.0", "robloach/component-installer": "^0.2" } } |