{ "author": "harvest", "name": "chosen", "version": "0.10.0", "description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.", "repository": { "type": "git", "url": "https://github.com/harvesthq/chosen" }, "engines": { "node": ">=0.4.0" }, "dependencies": {}, "devDependencies": { "grunt": "~0.4.1", "coffee-script": ">= 1.6", "grunt-contrib-coffee": "~0.6.4", "grunt-contrib-uglify": "~0.2.0", "grunt-contrib-concat": "~0.1.3", "grunt-contrib-watch": "~0.3.1", "grunt-css": "~0.5.4", "grunt-bump": "0.0.2" }, "licenses": [ { "type": "MIT", "url": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md" } ], "jqueryJSON": { "title": "Chosen", "keywords": [ "select", "multiselect", "dropdown" ], "author": { "url": "http://getharvest.com" }, "maintainers": [ { "name": "Patrick Filler" }, { "name": "Christophe Coevoet" }, { "name": "Ken Earley" } ], "homepage": "http://harvesthq.github.io/chosen/", "docs": "http://harvesthq.github.io/chosen/", "bugs": "https://github.com/harvesthq/chosen/issues", "dependencies": { "jquery": ">=1.4.4" } } }