HOME


Mini Shell 1.0
DIR:/home/drsekaran/public_html/admin/vendors/select2/
Upload File :
Current File : /home/drsekaran/public_html/admin/vendors/select2/composer.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": "*"
  },
  "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"
      ]
    }
  }
}