i18n
3 days ago
LICENSE
3 days ago
README.md
3 days ago
bower.json
3 days ago
component.json
3 days ago
composer.json
3 days ago
index.html
3 days ago
package.json
3 days ago
release.sh
3 days ago
select2-bootstrap.css
3 days ago
select2-spinner.gif
3 days ago
select2.css
3 days ago
select2.jquery.json
3 days ago
select2.min.js
3 days ago
select2.png
3 days ago
select2_locale_en.js.template
3 days ago
select2x2.png
3 days 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 |