{
  "name": "UCANSink",
  "namespace": "UCANSink",
  "version": "1.0.0.0",
  "framework": "ext",
  "template": "moderndesktop",
  "indexHtmlPath": "index.html",
  "requires": [
    "font-awesome",
    "treegrid",
    "templatePackage",
    "detailView",
    "nativeFroala",
    "shareComponent",
    "reviewPanel",
    "comment",
    "aboutDialog",
    "classification",
    "util",
    "reviewTemplateEditor",
    "common-ux"
  ],
  "builds": {
    "desktop": {
      "toolkit": "modern",
      "theme": "theme-material",
      "sass": {
        "generated": {
          "var": "modern/sass/save.scss",
          "src": "modern/sass/save"
        }
      }
    }
  },
  "classpath": [
    "app/${build.id}/src"
  ],
  "overrides": [
    "app/${build.id}/overrides"
  ],
  "sass": {
    "namespace": "UCANSink",
    "etc": [
      "sass/etc/all.scss"
    ],
    "var": [
      "app/${build.id}/sass/var.scss"
    ],
    "src": [
      "app/${build.id}/sass/src.scss"
    ]
  },
  "resources": [
    {
      "path": "${build.id}/resources"
    }
  ],
  "output": {
    "base": "${workspace.build.dir}/${build.environment}/${app.name}",
    "page": "index.html",
    "manifest": "generatedFiles/${build.id}.json",
    "js": "generatedFiles/${build.id}/app.js",
    "appCache": {
      "enable": false
    },
    "resources": {
      "path": "${build.id}/resources",
      "shared": "resources"
    }
  },
  "fashion": {
    "missingParameters": "error",
    "inliner": {
      "enable": false
    }
  },
  "js": [
    {
      "path": "node_modules/froala-editor/js/froala_editor.pkgd.min.js",
      "remote": false,
      "bundle": true
    },
    {
      "path": "node_modules/froala-editor/js/plugins/quote.min.js",
      "remote": false,
      "bundle": true
    },
    {
      "path": "node_modules/froala-editor/js/languages/de.js",
      "remote": false,
      "bundle": true
    },
    {
      "path": "node_modules/@wiris/mathtype-froala/wiris.js",
      "remote": false,
      "bundle": true
    },
    {
      "path": "app.js",
      "bundle": true
    }
  ],
  "classic": {
    "js": []
  },
  "modern": {
    "js": []
  },
  "css": [
    {
      "path": "${build.out.css.path}",
      "bundle": true,
      "exclude": [
        "fashion"
      ]
    },
    {
      "path": "node_modules/froala-editor/css/froala_editor.pkgd.css"
    }
  ],
  "loader": {
    "cache": false,
    "cacheParam": "_dc"
  },
  "production": {
    "js": [
      {
        "path": "app.js",
        "bundle": true
      },
      {
        "path": "${app.webpack.bundle}"
      }
    ],
    "output": {
      "appCache": {
        "enable": false,
        "path": "cache.appcache"
      }
    },
    "loader": {
      "cache": "${build.timestamp}"
    },
    "cache": {
      "enable": true
    },
    "compressor": {
      "type": "yui"
    }
  },
  "testing": {},
  "development": {
    "js": [
      {
        "path": "app.js",
        "bundle": true
      },
      {
        "path": "main.js"
      }
    ],
    "watch": {
      "delay": 250
    }
  },
  "bootstrap": {
    "base": "${app.dir}/generatedFiles",
    "manifest": "${build.id}.json",
    "microloader": "bootstrap.js",
    "css": "bootstrap.css"
  },
  "cache": {
    "enable": false,
    "deltas": "${build.id}/deltas"
  },
  "appCache": {
    "cache": [
      "index.html"
    ],
    "network": [
      "*"
    ],
    "fallback": []
  },
  "archivePath": "archive/${build.id}",
  "ignore": [
    "(^|/)CVS(/?$|/.*?$)"
  ],
  "id": "4d97d586-bc04-464f-9b2d-94f6bf84d729"
}
