{
   "name": "jquery-nice-select",
   "version": "1.1.0",
   "authors": [
      "Hernán Sartorio <hello@hernansartorio.com>"
   ],
   "description": "A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.",
   "main": [
      "./css/nice-select.css",
      "./js/jquery.nice-select.min.js"
   ],
   "license": "MIT",
   "ignore": [
      "**/.*",
      "node_modules",
      "bower_components",
      "test",
      "tests"
   ],
   "dependencies": {
      "jquery": "~1.11.3"
   }
}
