faad41f5e2
Fixes #12
32 lines
943 B
JSON
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"
|
|
}
|
|
}
|