v1/web/themes/custom/martis/assets/lib/nice-select/bower.json

24 lines
523 B
JSON

{
"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"
}
}