dependency(ACE
   DEPNAME      "Ajax.org Code Editor"
   PATH         "src/gwt/acesupport"
   LICENSE      "AGPL-3.0"
   ATTRIBUTION  "Copyright (C) 2010 Ajax.org B.V."
)

dependency(STAN_ACE
   DEPNAME      "Stan Highlight Rules"
   PATH         "src/gwt/acesupport/acemode/stan_highlight_rules.js"
   LICENSE      "LGPL-2.1-or-later"
   LICENSE_PATH "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt"
   ATTRIBUTION  "Copyright (C) 2014 Jeffrey Arnold"
)

dependency(RSAJS
   DEPNAME      "RSA.js"
   REPOSITORY   "http://www-cs-students.stanford.edu/~tjw/jsbn/"
   LICENSE_PATH "http://www-cs-students.stanford.edu/~tjw/jsbn/LICENSE"
   ATTRIBUTION  "Copyright (c) 2005 Tom Wu"
)

dependency(SHOWDOWNJS
   DEPNAME      "Showdown"
   REPOSITORY   "https://github.com/showdownjs/showdown"
)

dependency(MATHJAX
   DEPNAME      "MathJax"
   REPOSITORY   "https://github.com/mathjax/MathJax"
   VERSION      "2.7.9"
   ATTRIBUTION  "Copyright (c) 2009-2020 The MathJax Consortium"
)

dependency(BOOTSTRAP
   DEPNAME      "Bootstrap"
   REPOSITORY   "https://github.com/twbs/bootstrap"
)

dependency(JQUERY
   DEPNAME      "jQuery"
   VERSION      "2.1.0"
   REPOSITORY   "https://github.com/jquery/jquery"
)

dependency(ZOCIAL
   DEPNAME      "Zocial Buttons"
   REPOSITORY   "https://github.com/adamstac/zocial"
   LICENSE      "MIT"
   ATTRIBUTION  "Copyright (c) 2011 Sam Collins (@smcllns) and Adam Stacoviak (@adamstac)"
)

dependency(ICOMOON
   DEPNAME      "IcoMoon Free"
   REPOSITORY   "https://icomoon.io/"
   LICENSE      "CC-BY-4.0"
   ATTRIBUTION  "Designed by Keyamoon"
   LICENSE_PATH "https://creativecommons.org/licenses/by/4.0/legalcode.txt"
)

dependency(GZLOG
   DEPNAME      "gzlog"
   VERSION      "1.3.1"
   REPOSITORY   "https://github.com/madler/zlib/blob/develop/examples/gzlog.c"
   LICENSE      "ZLIB"
   LICENSE_PATH "https://github.com/madler/zlib/blob/develop/LICENSE"
)

dependency(CURL
   DEPNAME      "curl"
   REPOSITORY   "https://github.com/curl/curl"
   LICENSE      "curl"
)

dependency(JSDIFF
   DEPNAME      "jsdiff"
   REPOSITORY   "https://github.com/kpdecker/jsdiff"
   VERSION      "v8.0.2"
)
