aboutsummaryrefslogblamecommitdiff
path: root/composer.json
blob: 810ca9df0c5e90c2a51338756de0b3590a618bbd (plain) (tree)



























                                                                                                                                
{
    "name": "immae/jquery-touchswipe",
    "description": "A jquery plugin to be used on touch devices such as iPad, iPhone, Android etc, to react to swipe gestures.",
    "type": "component",
    "homepage": "http://labs.rampinteractive.co.uk/touchSwipe/demos/index.html",
    "license": "MIT",
    "require": {
        "robloach/component-installer": "*",
        "components/jquery": ">=1.11"
    },
    "authors": [
        {
            "name": "Matt Bryson",
            "homepage": "http://labs.rampinteractive.co.uk/touchSwipe/demos/index.html"
        }
    ],
    "extra": {
        "component": {
            "scripts": [
                "jquery.touchSwipe.js"
            ],
            "files": [
                "*.js"
            ]
        }
    }
}