e76460a392
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.
16 lines
422 B
JSON
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"
|
|
}
|
|
}
|