aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-23 19:20:00 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-23 19:34:27 +0100
commit3e15949df974d6612d76dc9ee75cd976dbcc2114 (patch)
tree1b99916a21a66a1d2cf6a28a96daa7876e488c29 /composer.json
downloadjquery-touchswipe-master.tar.gz
jquery-touchswipe-master.tar.zst
jquery-touchswipe-master.zip
Initial commitHEAD1.6.15master
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