forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
24 lines
523 B
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"
|
|
}
|
|
}
|