37 lines
628 B
JSON
37 lines
628 B
JSON
{
|
|
"name": "jquery-selectric",
|
|
"description": "Fast, simple and light jQuery plugin to customize HTML selects",
|
|
"version": "1.13.0",
|
|
"keywords": [
|
|
"select",
|
|
"selectbox",
|
|
"dropdown",
|
|
"form",
|
|
"input",
|
|
"ui"
|
|
],
|
|
"homepage": "http://selectric.js.org/",
|
|
"authors": [
|
|
{
|
|
"name": "Leonardo Santos",
|
|
"email": "leocs.1991@gmail.com"
|
|
}
|
|
],
|
|
"main": [
|
|
"public/jquery.selectric.js",
|
|
"public/selectric.css"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"img",
|
|
"js",
|
|
"src",
|
|
"*.md",
|
|
"gulpfile.js",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.7.0"
|
|
}
|
|
}
|