{
    "name": "smoothstate",
    "main": "./src/jquery.smoothState.js",
    "version": "0.7.2",
    "description": "Unobtrusive page transitions with jQuery.",
    "keywords": [
        "pjax",
        "animation",
        "turbolinks",
        "ajax",
        "ajaxify",
        "jquery-plugin",
        "ecosystem:jquery",
        "page transitions"
    ],
    "authors": [
        {
            "name": "Miguel Perez",
            "email": "reachme@miguel-perez.com",
            "url": "http://miguel-perez.com/"
        }
    ],
    "license": "MIT",
    "homepage": "http://miguel-perez.github.io/smoothState.js/",
    "repository": {
        "type": "git",
        "url": "git@github.com:miguel-perez/smoothState.js.git"
    },
    "dependencies": {
        "jquery": ">=1.9"
    },
    "bugs": "https://github.com/miguel-perez/smoothState.js/issues?q=is%3Aopen+is%3Aissue+label%3Abug",
    "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "test",
        "tests"
    ]
}
