UNPKG

selectize

Version:

Selectize is a jQuery-based custom <select> UI control. Useful for tagging, contact lists, country selectors, etc.

33 lines (32 loc) 943 B
{ "name": "selectize", "version": "0.12.6", "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" } }