
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
    "name": "scrollify",
    "title": "jQuery Scrollify",
    "description": "A jQuery plugin that assists scrolling and smoothly snaps to sections.",
    "keywords": [
        "scroll",
        "snap"
    ],
    "version": "0.1.10",
    "author": {
        "name": "Luke Haas",
        "url": "http://lukehaas.me"
    },
    "maintainers": [
        {
            "name": "Luke Haas",
            "email": "luke@lukehaas.me",
            "url": "http://lukehaas.me"
        }
    ],
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/lukehaas/Scrollify/blob/master/LICENSE"
        }
    ],
    "bugs": "https://github.com/lukehaas/Scrollify/issues",
    "homepage": "http://projects.lukehaas.me/scrollify",
    "docs": "https://github.com/lukehaas/Scrollify",
    "download": "https://github.com/lukehaas/Scrollify",
    "dependencies": {
        "jquery": ">=1.6"
    }
}