forked from lcdsantos/jQuery-Selectric
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselectric.jquery.json
More file actions
35 lines (35 loc) · 845 Bytes
/
selectric.jquery.json
File metadata and controls
35 lines (35 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "selectric",
"version": "1.9.3",
"title": "jQuery Selectric",
"author": {
"name": "Leonardo Santos",
"email": "leocs.1991@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPL-3.0",
"url": "http://opensource.org/licenses/GPL-3.0"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"description": "Fast, simple and light jQuery plugin to customize HTML selects",
"keywords": [
"select",
"selectbox",
"dropdown",
"form",
"input",
"ui"
],
"docs": "http://lcdsantos.github.io/jQuery-Selectric/",
"demo": "http://lcdsantos.github.io/jQuery-Selectric/demo.html",
"bugs": "https://github.com/lcdsantos/jQuery-Selectric/issues",
"homepage": "http://lcdsantos.github.io/jQuery-Selectric/"
}