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.
24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"name": "select2/select2",
|
|
"description": "Select2 is a jQuery based replacement for select boxes.",
|
|
"type": "component",
|
|
"homepage": "https://select2.github.io/",
|
|
"license": "MIT",
|
|
"require": {
|
|
"robloach/component-installer": "*",
|
|
"components/jquery": ">=1.7.1"
|
|
},
|
|
"extra": {
|
|
"component": {
|
|
"scripts": [
|
|
"dist/js/select2.js"
|
|
],
|
|
"files": [
|
|
"dist/js/select2.js",
|
|
"dist/js/i18n/*.js",
|
|
"dist/css/select2.css"
|
|
]
|
|
}
|
|
}
|
|
}
|