1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/bower.json
Kevin Brown e76460a392 Updated package files
The package files (bower, npm, etc.) now point to the new
distribution locations, and have the beta version numbers in place.
The version number has been removed from the `bower.json` and
`composer.json` files as they will retrieve the version numbers
from Git.
2015-01-07 23:30:05 -05:00

16 lines
422 B
JSON

{
"name": "select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"main": [
"dist/js/select2.js",
"dist/css/select2.css"
],
"repository": {
"type": "git",
"url": "git@github.com:select2/select2.git"
},
"dependencies": {
"jquery": ">= 1.7.1"
}
}