﻿{
  //
  // Specifies which set of packages to use from the "sources" map below.
  //
  "source": "cdn",

  //
  // Specifies the default theme. Used when the Theme property of the widget is not set.
  //
  "theme": "flat-azure",

  //
  // Widget packages.
  //
  "sources": {
    "cdn": {
      "root": "https://cdn.syncfusion.com",
      "packages": {
        "jquery.js": "%root%/js/assets/external/jquery-1.10.2.min.js",
        "jquery.easing.js": "%root%/js/assets/external/jquery.easing.1.3.min.js",
        "jsrender.js": "%root%/js/assets/external/jsrender.min.js",
        "ej.web.all.js": "%root%/19.3.0.43/js/web/ej.web.all.min.js",
        "ej.web.all.css": "%root%/19.3.0.43/js/web/%theme%/ej.web.all.min.css",
        "ej.culture.js": "%root%/js/assets/i18n/ej.culture.%culture%.min.js",
        "ej.localetexts.js": "%root%/19.3.0.43/js/l10n/ej.localetexts.%culture%.min.js"
      }
    },
    "local": {
      "root": "Syncfusion",
      "packages": {
        "jquery.js": "%root%/js/assets/external/jquery-1.10.2.min.js",
        "jquery.easing.js": "%root%/js/assets/external/jquery.easing.1.3.min.js",
        "jsrender.js": "%root%/js/assets/external/jsrender.min.js",
        "ej.web.all.js": "%root%/19.3.0.43/js/web/ej.web.all.min.js",
        "ej.web.all.css": "%root%/19.3.0.43/js/web/%theme%/ej.web.all.min.css",
        "ej.culture.js": "%root%/js/assets/i18n/ej.culture.%culture%.min.js",
        "ej.localetexts.js": "%root%/19.3.0.43/js/l10n/ej.localetexts.%culture%.min.js"
      }
    },
    "embedded": {
      "root": "resource.wx",
      "packages": {
        "jquery.js": "%root%/js/assets/external/jquery-1.10.2.min.js",
        "jquery.easing.js": "%root%/js/assets/external/jquery.easing.1.3.min.js",
        "jsrender.js": "%root%/js/assets/external/jsrender.min.js",
        "ej.web.all.js": "%root%/19.3.0.43/js/web/ej.web.all.min.js",
        "ej.web.all.css": "%root%/19.3.0.43/js/web/%theme%/ej.web.all.min.css",
        "ej.culture.js": "%root%/js/assets/i18n/ej.culture.%culture%.min.js",
        "ej.localetexts.js": "%root%/19.3.0.43/js/l10n/ej.localetexts.%culture%.min.js"
      }
    }
  }
}