1
0
mirror of synced 2024-11-22 04:56:08 +03:00

Added composer.json

This commit is contained in:
Fabian Vogler 2013-11-14 11:41:47 +01:00
parent 356984d8fe
commit 51ffba0563

28
composer.json Normal file
View File

@ -0,0 +1,28 @@
{
"name":
"ivaynberg/select2",
"description": "Select2 is a jQuery based replacement for select boxes.",
"type": "component",
"homepage": "http://ivaynberg.github.io/select2/",
"license": "Apache-2.0",
"require": {
"robloach/component-installer": "*",
"components/jquery": ">=1.7.1"
},
"extra": {
"component": {
"scripts": [
"select2.js"
],
"files": [
"select2.js",
"select2_locale_*.js",
"select2.css",
"select2-bootstrap.css",
"select2-spinner.gif",
"select2.png",
"select2x2.png"
]
}
}
}