i18n
1 month ago
LICENSE
1 month ago
README.md
1 month ago
bower.json
1 month ago
component.json
1 month ago
composer.json
1 month ago
index.html
1 month ago
package.json
1 month ago
release.sh
1 month ago
select2-bootstrap.css
1 month ago
select2-spinner.gif
1 month ago
select2.css
1 month ago
select2.jquery.json
1 month ago
select2.min.js
1 month ago
select2.png
1 month ago
select2_locale_en.js.template
1 month ago
select2x2.png
1 month ago
package.json
21 lines
| 1 | { |
| 2 | "name" : "Select2", |
| 3 | "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.", |
| 4 | "homepage": "http://ivaynberg.github.io/select2", |
| 5 | "author": "Igor Vaynberg", |
| 6 | "repository": {"type": "git", "url": "git://github.com/ivaynberg/select2.git"}, |
| 7 | "main": "select2.js", |
| 8 | "version": "3.5.1", |
| 9 | "jspm": { |
| 10 | "main": "select2", |
| 11 | "files": ["select2.js", "select2.png", "select2.css", "select2-spinner.gif"], |
| 12 | "shim": { |
| 13 | "select2": { |
| 14 | "imports": ["jquery", "./select2.css!"], |
| 15 | "exports": "$" |
| 16 | } |
| 17 | }, |
| 18 | "buildConfig": { "uglify": true } |
| 19 | } |
| 20 | } |
| 21 |