RoundCube Webmail
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
3.3 KiB

  1. {
  2. "dependencies": [
  3. {
  4. "lib": "jquery",
  5. "name": "jQuery",
  6. "version": "3.1.1",
  7. "url": "https://code.jquery.com/jquery-3.1.1.min.js",
  8. "dest": "program/js/jquery.min.js",
  9. "sha1": "f647a6d37dc4ca055ced3cf64bbc1f490070acba",
  10. "license": "MIT",
  11. "copyright": "Copyright 2005, 2015 jQuery Foundation, Inc.",
  12. "source": "https://github.com/jquery/jquery/tree/3.1.1"
  13. },
  14. {
  15. "lib": "jstz",
  16. "name": "jsTimezoneDetect",
  17. "version": "1.0.6",
  18. "url": "https://bitbucket.org/pellepim/jstimezonedetect/raw/6c427658686c664da52c6a87cd62ec910baab276/dist/jstz.min.js",
  19. "dest": "program/js/jstz.min.js",
  20. "sha1": "4291cd3b259d2060460c2a6ab99f428d3c0c9537",
  21. "license": "MIT",
  22. "copyright": "Copyright (c) Jon Nylander",
  23. "source": "https://bitbucket.org/pellepim/jstimezonedetect/raw/6c427658686c664da52c6a87cd62ec910baab276/dist/jstz.js"
  24. },
  25. {
  26. "lib": "publickey",
  27. "name": "PublicKey.js",
  28. "version": "0e011cb",
  29. "url": "https://raw.githubusercontent.com/diafygi/publickeyjs/0e011cb18907a1adc0313aa92e69cd8858e1ef66/publickey.js",
  30. "dest": "program/js/publickey.js",
  31. "sha1": "d0920e190754e024c4be76ad5bbc7e76b2e37a4d",
  32. "license": "GPLv3",
  33. "copyright": "Copyright (c) 2015 Daniel Roesler",
  34. "source": "https://github.com/diafygi/publickeyjs/blob/master/publickey.js"
  35. },
  36. {
  37. "lib": "tinymce",
  38. "version": "4.5.1",
  39. "url": "http://download.ephox.com/tinymce/community/tinymce_4.5.1.zip",
  40. "dest": "program/js",
  41. "sha1": "e358301ac9fefafcd0ee21643c6aaed2c8b83470",
  42. "license": "LGPL",
  43. "copyright": "Copyright (c) 1999-2015 Ephox Corp. All rights reserved",
  44. "rm": "program/js/tinymce",
  45. "map": {
  46. "tinymce/js/tinymce": "tinymce"
  47. },
  48. "omit": [
  49. "tinymce/license.txt",
  50. "tinymce/jquery.tinymce.min.js"
  51. ],
  52. "addlicense": [
  53. "tinymce/tinymce.min.js"
  54. ]
  55. },
  56. {
  57. "lib": "tinymce-langs",
  58. "version": "4.5.1",
  59. "url": "https://tinymce-services.azurewebsites.net/1/i18n/download?langs=ar,hy,az,eu,be,bs,bg_BG,ca,zh_CN,zh_TW,hr,cs,cs_CZ,da,nl,en_CA,en_GB,eo,et,fo,fi,fr_FR,fr_CH,gd,gl,ka_GE,de,de_AT,el,he_IL,hi_IN,hu_HU,is_IS,id,ga,it,ja,kab,km_KH,ko_KR,ku,ku_IQ,lv,lt,lb,mk_MK,ml_IN,nb_NO,oc,fa,fa_IR,pl,pt_BR,pt_PT,ro,ru,sk,sl_SI,es,es_MX,sv_SE,tg,ta,ta_IN,tt,th_TH,tr,tr_TR,ug,uk,uk_UA,vi,vi_VN,cy",
  60. "dest": "program/js/tinymce"
  61. },
  62. {
  63. "lib": "openpgp",
  64. "name": "OpenPGP.js",
  65. "version": "1.6.2",
  66. "url": "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v1.6.2/dist/openpgp.min.js",
  67. "dest": "plugins/enigma/openpgp.min.js",
  68. "sha1": "de75af6883019f490f69211e506377c84f49a85b",
  69. "license": "LGPL",
  70. "copyright": "Copyright (c) OpenPGP Development Team",
  71. "source": "https://github.com/openpgpjs/openpgpjs/blob/v1.6.2/dist/openpgp.js"
  72. },
  73. {
  74. "lib": "codemirror",
  75. "version": "5.21.0",
  76. "url": "http://codemirror.net/codemirror-5.21.0.zip",
  77. "dest": "plugins/managesieve/codemirror",
  78. "sha1": "3b767c2e3acd6796e54ed19ed2ac0755fcf87984",
  79. "license": "MIT",
  80. "map": {
  81. "*/lib": "lib",
  82. "*/addon/selection": "addon/selection",
  83. "*/mode/sieve": "mode/sieve"
  84. }
  85. }
  86. ]
  87. }