parent
3a862e7432
commit
faad41f5e2
94 changed files with 37138 additions and 4 deletions
32
web/vendor/selectize.js/selectize.jquery.json
vendored
Normal file
32
web/vendor/selectize.js/selectize.jquery.json
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "selectize",
|
||||
"version": "0.12.0",
|
||||
"title": "Selectize.js",
|
||||
"author": {
|
||||
"name": "Brian Reavis",
|
||||
"email": "brian@thirdroute.com",
|
||||
"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": "brian@thirdroute.com",
|
||||
"url": "http://thirdroute.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.6"
|
||||
}
|
||||
}
|
Reference in a new issue