aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/bower_components/select2/composer.json
blob: 141f4e1415505e8ef7e9e4ad1a28f2c89f86a769 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "select2/select2",
  "description": "Select2 is a jQuery based replacement for select boxes.",
  "type": "component",
  "homepage": "https://select2.org/",
  "license": "MIT",
  "require": {
    "robloach/component-installer": "*"
  },
  "extra": {
    "component": {
      "scripts": [
        "dist/js/select2.js"
      ],
      "styles": [
        "dist/css/select2.css"
      ],
      "files": [
        "dist/js/select2.js",
        "dist/js/i18n/*.js",
        "dist/css/select2.css"
      ]
    }
  }
}