forked from ikalnytskyi/listbox.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
listbox.jquery.json
30 lines (25 loc) · 907 Bytes
/
listbox.jquery.json
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
{
"name": "listbox",
"version": "0.3.0-dev",
"title": "Listbox.js",
"description": "Listbox.js is a simple jQuery plugin that provides a more powerful alternative to the standard `select` tag",
"keywords": ["listbox", "select", "multiselect", "form", "input", "ui"],
"author": {
"name": "Igor Kalnitsky",
"email": "[email protected]",
"url": "http://kalnitsky.org/about/en/"
},
"licenses": [
{
"type": "BSD",
"url": "https://raw.github.com/ikalnitsky/listbox.js/master/LICENSE"
}
],
"homepage": "http://kalnitsky.org/projects/listbox.js/en/",
"docs": "https://github.com/ikalnitsky/listbox.js",
"bugs": "https://github.com/ikalnitsky/listbox.js/issues",
"download": "https://github.com/ikalnitsky/listbox.js/archive/master.zip",
"dependencies": {
"jquery": ">=1.8"
}
}