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
2.9 KiB

  1. {
  2. "dependencies": [
  3. {
  4. "lib": "jquery",
  5. "name": "jQuery",
  6. "version": "3.2.1",
  7. "url": "https://code.jquery.com/jquery-3.2.1.min.js",
  8. "dest": "program/js/jquery.min.js",
  9. "sha1": "1055018c28ab41087ef9ccefe411606893dabea2",
  10. "license": "MIT",
  11. "copyright": "Copyright 2005, 2015 jQuery Foundation, Inc.",
  12. "source": "https://github.com/jquery/jquery/tree/3.2.1"
  13. },
  14. {
  15. "lib": "jstz",
  16. "name": "jsTimezoneDetect",
  17. "version": "1.0.7",
  18. "url": "https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.7/jstz.min.js",
  19. "dest": "program/js/jstz.min.js",
  20. "sha1": "a858ff12014b232fcc7c4c2e9f014ff852ddb917",
  21. "license": "MIT",
  22. "copyright": "Copyright (c) Jon Nylander",
  23. "source": "https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.7/jstz.min.js" },
  24. {
  25. "lib": "publickey",
  26. "name": "PublicKey.js",
  27. "version": "0e011cb",
  28. "url": "https://raw.githubusercontent.com/diafygi/publickeyjs/0e011cb18907a1adc0313aa92e69cd8858e1ef66/publickey.js",
  29. "dest": "program/js/publickey.js",
  30. "sha1": "d0920e190754e024c4be76ad5bbc7e76b2e37a4d",
  31. "license": "GPLv3",
  32. "copyright": "Copyright (c) 2015 Daniel Roesler",
  33. "source": "https://github.com/diafygi/publickeyjs/blob/master/publickey.js"
  34. },
  35. {
  36. "lib": "tinymce",
  37. "version": "4.5.8",
  38. "url": "https://download.tiny.cloud/tinymce/community/tinymce_4.5.8.zip",
  39. "dest": "program/js",
  40. "sha1": "08b0757264adb86066940bbafb7aa9ec0c7c6685",
  41. "license": "LGPL",
  42. "copyright": "Copyright (c) 1999-2015 Ephox Corp. All rights reserved",
  43. "rm": "program/js/tinymce",
  44. "map": {
  45. "js/tinymce": "tinymce"
  46. },
  47. "omit": [
  48. "tinymce/license.txt",
  49. "tinymce/jquery.tinymce.min.js"
  50. ],
  51. "addlicense": [
  52. "tinymce/tinymce.min.js"
  53. ]
  54. },
  55. {
  56. "lib": "tinymce-langs",
  57. "version": "4.5.8",
  58. "url": "https://www.tiny.cloud/docs-4x/language/tinymce4x_languages.zip",
  59. "dest": "program/js/tinymce"
  60. },
  61. {
  62. "lib": "openpgp",
  63. "name": "OpenPGP.js",
  64. "version": "2.6.2",
  65. "url": "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v2.6.2/dist/openpgp.min.js",
  66. "dest": "plugins/enigma/openpgp.min.js",
  67. "sha1": "cce0087eb20328453b9378a2b01cc6339cef97b2",
  68. "license": "LGPL",
  69. "copyright": "Copyright (c) OpenPGP Development Team",
  70. "source": "https://github.com/openpgpjs/openpgpjs/blob/v2.6.2/dist/openpgp.js"
  71. },
  72. {
  73. "lib": "codemirror",
  74. "version": "5.21.0",
  75. "url": "https://codemirror.net/codemirror-5.21.0.zip",
  76. "dest": "plugins/managesieve/codemirror",
  77. "sha1": "3b767c2e3acd6796e54ed19ed2ac0755fcf87984",
  78. "license": "MIT",
  79. "map": {
  80. "lib": "lib",
  81. "addon/selection": "addon/selection",
  82. "mode/sieve": "mode/sieve"
  83. }
  84. }
  85. ]
  86. }