aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..810ca9d
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,28 @@
1{
2 "name": "immae/jquery-touchswipe",
3 "description": "A jquery plugin to be used on touch devices such as iPad, iPhone, Android etc, to react to swipe gestures.",
4 "type": "component",
5 "homepage": "http://labs.rampinteractive.co.uk/touchSwipe/demos/index.html",
6 "license": "MIT",
7 "require": {
8 "robloach/component-installer": "*",
9 "components/jquery": ">=1.11"
10 },
11 "authors": [
12 {
13 "name": "Matt Bryson",
14 "homepage": "http://labs.rampinteractive.co.uk/touchSwipe/demos/index.html"
15 }
16 ],
17 "extra": {
18 "component": {
19 "scripts": [
20 "jquery.touchSwipe.js"
21 ],
22 "files": [
23 "*.js"
24 ]
25 }
26 }
27}
28