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.

112 lines
3.9 KiB

4 years ago
  1. {
  2. "dependencies": [
  3. {
  4. "lib": "jquery",
  5. "name": "jQuery",
  6. "version": "3.5.1",
  7. "url": "https://code.jquery.com/jquery-$v.min.js",
  8. "dest": "program/js/jquery.min.js",
  9. "sha1": "c8e1c8b386dc5b7a9184c763c88d19a346eb3342",
  10. "license": "MIT",
  11. "copyright": "Copyright JS Foundation and other contributors",
  12. "source": "https://github.com/jquery/jquery/tree/$v"
  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. {
  26. "lib": "publickey",
  27. "name": "PublicKey.js",
  28. "version": "0e011cb1",
  29. "url": "https://raw.githubusercontent.com/diafygi/publickeyjs/$v/publickey.js",
  30. "api_url": "https://api.github.com/repos/diafygi/publickeyjs/contents/publickey.js?ref=$v",
  31. "dest": "program/js/publickey.js",
  32. "sha1": "d0920e190754e024c4be76ad5bbc7e76b2e37a4d",
  33. "license": "GPLv3",
  34. "copyright": "Copyright (c) 2015 Daniel Roesler",
  35. "source": "https://github.com/diafygi/publickeyjs/blob/master/publickey.js"
  36. },
  37. {
  38. "lib": "tinymce",
  39. "version": "5.10.9",
  40. "url": "https://download.tiny.cloud/tinymce/community/tinymce_$v.zip",
  41. "dest": "program/js",
  42. "sha1": "ea53c43cc4cf932d9fb88dbb66e4671f1e858951",
  43. "license": "LGPL",
  44. "copyright": "Copyright (c) Tiny Technologies, Inc. All rights reserved",
  45. "rm": "program/js/tinymce",
  46. "map": {
  47. "js/tinymce": "tinymce"
  48. },
  49. "omit": [
  50. "tinymce/license.txt",
  51. "tinymce/tinymce.d.ts",
  52. "tinymce/jquery.tinymce.min.js",
  53. "tinymce/themes/mobile"
  54. ]
  55. },
  56. {
  57. "lib": "tinymce-langs",
  58. "version": "5.10.9",
  59. "url": "https://download.tiny.cloud/tinymce/community/languagepacks/5/langs.zip?v=$v",
  60. "dest": "program/js/tinymce"
  61. },
  62. {
  63. "lib": "openpgp",
  64. "name": "OpenPGP.js",
  65. "version": "5.0.0",
  66. "url": "https://cdn.jsdelivr.net/npm/openpgp@$v/dist/openpgp.min.js",
  67. "dest": "plugins/enigma/openpgp.min.js",
  68. "sha1": "0fc8b02e9d26a28280b46fd8d3a1516d9bff21db",
  69. "license": "LGPL",
  70. "copyright": "Copyright (c) OpenPGP Development Team",
  71. "source": "https://cdn.jsdelivr.net/npm/openpgp@$v/dist/openpgp.js"
  72. },
  73. {
  74. "lib": "codemirror",
  75. "version": "5.58.3",
  76. "url": "https://codemirror.net/codemirror-$v.zip",
  77. "dest": "plugins/managesieve/codemirror",
  78. "sha1": "9dffee4cda2d2f94f80e9ed282cfb152285dfef9",
  79. "license": "MIT",
  80. "map": {
  81. "lib": "lib",
  82. "addon/selection": "addon/selection",
  83. "mode/sieve": "mode/sieve"
  84. }
  85. },
  86. {
  87. "lib": "bootstrap",
  88. "name": "Bootstrap",
  89. "version": "4.5.3",
  90. "url": "https://github.com/twbs/bootstrap/releases/download/v$v/bootstrap-$v-dist.zip",
  91. "dest": "skins/elastic/deps",
  92. "sha1": "754b94b6d4fface5c0876b13d739dbe920c79ac4",
  93. "license": "MIT",
  94. "flat": true,
  95. "sourcemap": false,
  96. "map": {
  97. "bootstrap.bundle.min.js": "bootstrap.bundle.min.js",
  98. "bootstrap.min.css": "bootstrap.min.css"
  99. }
  100. },
  101. {
  102. "lib": "less",
  103. "name": "LessJS",
  104. "version": "3.13.0",
  105. "url": "https://raw.githubusercontent.com/less/less.js/v$v/dist/less.min.js",
  106. "api_url": "https://api.github.com/repos/less/less.js/contents/dist/less.min.js?ref=v$v",
  107. "dest": "skins/elastic/deps/less.min.js",
  108. "sha1": "43a33274a059825253a61b1ad158c9c380bf736b",
  109. "license": "Apache-2.0",
  110. "source": "https://raw.githubusercontent.com/less/less.js/v$v/dist/less.js"
  111. }
  112. ]
  113. }