forked from selectize/selectize.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
selectize.jquery.json
32 lines (32 loc) · 943 Bytes
/
selectize.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
31
32
{
"name": "selectize",
"version": "0.12.1",
"title": "Selectize.js",
"author": {
"name": "Brian Reavis",
"email": "[email protected]",
"url": "http://thirdroute.com"
},
"keywords": ["select", "ui", "form", "input", "control", "autocomplete", "tagging", "tag"],
"description": "Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.",
"homepage": "http://brianreavis.github.io/selectize.js/",
"demo": "http://brianreavis.github.io/selectize.js/",
"docs": "https://github.com/brianreavis/selectize.js",
"bugs": "https://github.com/brianreavis/selectize.js/issues",
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"maintainers": [
{
"name": "Brian Reavis",
"email": "[email protected]",
"url": "http://thirdroute.com"
}
],
"dependencies": {
"jquery": ">=1.6"
}
}