{
    "name": "fieldChooser",
    "version": "1.0.6",
    "title": "Field Chooser",
    "author": {
        "name": "Matthew Eagar",
        "url": "https://github.com/mateagar/"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/mateagar/fieldChooser/blob/master/LICENSE"
        }
    ],
    "dependencies": {
        "jquery": ">=1.5",
		 "jquery ui": ">=1.7"
    },
    "description": "Drag and drop items between two lists, with multi-select and keyboard shortcuts",
    "keywords": [
        "drag",
        "drop",
        "multi-select",
        "list"
    ],
    "homepage": "https://github.com/mateagar/fieldChooser",
    "docs": "https://github.com/mateagar/fieldChooser",
    "download": "https://raw.github.com/mateagar/fieldChooser/master/fieldChooser.min.js"
}