commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / bower_components / select2 / composer.json
1 {
2 "name":
3 "ivaynberg/select2",
4 "description": "Select2 is a jQuery based replacement for select boxes.",
5 "version": "3.5.2",
6 "type": "component",
7 "homepage": "http://ivaynberg.github.io/select2/",
8 "license": "Apache-2.0",
9 "require": {
10 "robloach/component-installer": "*",
11 "components/jquery": ">=1.7.1"
12 },
13 "extra": {
14 "component": {
15 "scripts": [
16 "select2.js"
17 ],
18 "files": [
19 "select2.js",
20 "select2_locale_*.js",
21 "select2.css",
22 "select2-bootstrap.css",
23 "select2-spinner.gif",
24 "select2.png",
25 "select2x2.png"
26 ]
27 }
28 }
29 }