This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/web/vendor/selectize.js/selectize.jquery.json
2015-04-11 11:29:53 +02:00

32 lines
943 B
JSON

{
"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"
}
}