]> git.immae.eu Git - perso/Immae/Projets/packagist/jquery-touchswipe.git/blob - composer.json
Initial commit
[perso/Immae/Projets/packagist/jquery-touchswipe.git] / composer.json
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