From b7026864559cae0b1245bcdb1ede1df02385d8a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D1=80=D0=B0?= =?UTF-8?q?=D1=81=D0=B8=D0=BB=D1=8C=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2?= Date: Thu, 30 Jul 2015 12:30:28 +0300 Subject: [PATCH] Support installation via Composer. --- composer.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..6f00739f --- /dev/null +++ b/composer.json @@ -0,0 +1,45 @@ +{ + "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", + "components/modernizr": "^2.8.3", + "robloach/component-installer": "^0.2" + } +} \ No newline at end of file