Blame view

app/bower_components/select2/composer.json 637 Bytes
6f105dbd5   Truong LD   add source code i...
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
26
27
28
29
  {
    "name":
    "ivaynberg/select2",
    "description": "Select2 is a jQuery based replacement for select boxes.",
    "version": "3.4.8",
    "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"
        ]
      }
    }
  }