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.
33 lines
892 B
JSON
33 lines
892 B
JSON
{
|
|
"name": "select2",
|
|
"title": "Select2",
|
|
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
|
|
"keywords": [
|
|
"select",
|
|
"autocomplete",
|
|
"typeahead",
|
|
"dropdown",
|
|
"multiselect",
|
|
"tag",
|
|
"tagging"
|
|
],
|
|
"version": "4.0.0-beta.1",
|
|
"author": {
|
|
"name": "Igor Vaynberg",
|
|
"url": "https://github.com/ivaynberg"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/select2/select2/issues",
|
|
"homepage": "https://select2.github.io",
|
|
"docs": "https://select2.github.io",
|
|
"download": "https://github.com/select2/select2/releases",
|
|
"dependencies": {
|
|
"jquery": ">=1.7.1"
|
|
}
|
|
}
|