{
    "name": "jquery.deserialize",
    "version": "1.3.3",
    "title": "jQuery.deserialize()",
    "author": {
        "name": "Kyle Florence",
        "url": "https://github.com/kflorence/"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://raw.github.com/kflorence/jquery-deserialize/master/license-mit"
        },
        {
            "type": "GPL-2.0",
            "url": "https://raw.github.com/kflorence/jquery-deserialize/master/license-gpl"
        }
    ],
    "dependencies": {
        "jquery": ">=1.4.3"
    },
    "description": "Decodes serialized form data and populates the form with that data.",
    "keywords": [
        "form",
        "populate",
        "deserialize",
        "data"
    ],
    "demo": "http://kflorence.github.com/jquery-deserialize/",
    "homepage": "https://github.com/kflorence/jquery-deserialize",
    "files": [
        "src/jquery.deserialize.js"
    ]
}
