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.
20 lines
475 B
JSON
20 lines
475 B
JSON
{
|
|
"name": "select2",
|
|
"repo": "select/select2",
|
|
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
|
|
"version": "4.0.0-beta.1",
|
|
"demo": "https://select2.github.io/",
|
|
"keywords": [
|
|
"jquery"
|
|
],
|
|
"main": "dist/js/select2.js",
|
|
"styles": [
|
|
"dist/css/select2.css"
|
|
],
|
|
"scripts": [
|
|
"dist/js/select2.js",
|
|
"dist/js/i18n/*.js"
|
|
],
|
|
"license": "MIT"
|
|
}
|