i18n
4 days ago
LICENSE
4 days ago
README.md
4 days ago
bower.json
4 days ago
component.json
4 days ago
composer.json
4 days ago
index.html
4 days ago
package.json
4 days ago
release.sh
4 days ago
select2-bootstrap.css
4 days ago
select2-spinner.gif
4 days ago
select2.css
4 days ago
select2.jquery.json
4 days ago
select2.min.js
4 days ago
select2.png
4 days ago
select2_locale_en.js.template
4 days ago
select2x2.png
4 days ago
select2.jquery.json
37 lines
| 1 | { |
| 2 | "name": "select2", |
| 3 | "title": "Select2", |
| 4 | "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", |
| 5 | "keywords": [ |
| 6 | "select", |
| 7 | "autocomplete", |
| 8 | "typeahead", |
| 9 | "dropdown", |
| 10 | "multiselect", |
| 11 | "tag", |
| 12 | "tagging" |
| 13 | ], |
| 14 | "version": "3.5.1", |
| 15 | "author": { |
| 16 | "name": "Igor Vaynberg", |
| 17 | "url": "https://github.com/ivaynberg" |
| 18 | }, |
| 19 | "licenses": [ |
| 20 | { |
| 21 | "type": "Apache", |
| 22 | "url": "http://www.apache.org/licenses/LICENSE-2.0" |
| 23 | }, |
| 24 | { |
| 25 | "type": "GPL v2", |
| 26 | "url": "http://www.gnu.org/licenses/gpl-2.0.html" |
| 27 | } |
| 28 | ], |
| 29 | "bugs": "https://github.com/ivaynberg/select2/issues", |
| 30 | "homepage": "http://ivaynberg.github.com/select2", |
| 31 | "docs": "http://ivaynberg.github.com/select2/", |
| 32 | "download": "https://github.com/ivaynberg/select2/tags", |
| 33 | "dependencies": { |
| 34 | "jquery": ">=1.7.1" |
| 35 | } |
| 36 | } |
| 37 |