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.

113 lines
4.0 KiB

6 years ago
6 years ago
7 years ago
7 years ago
  1. {
  2. "dependencies": [
  3. {
  4. "lib": "jquery",
  5. "name": "jQuery",
  6. "version": "3.4.1",
  7. "url": "https://code.jquery.com/jquery-$v.min.js",
  8. "dest": "program/js/jquery.min.js",
  9. "sha1": "88523924351bac0b5d560fe0c5781e2556e7693d",
  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.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": "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": "4.8.2",
  40. "url": "https://download.tiny.cloud/tinymce/community/tinymce_$v.zip",
  41. "dest": "program/js",
  42. "sha1": "d7fced05acdeeb78299585ea9909b0de2b3d759d",
  43. "license": "LGPL",
  44. "copyright": "Copyright (c) 1999-2015 Ephox Corp. All rights reserved",
  45. "rm": "program/js/tinymce",
  46. "map": {
  47. "js/tinymce": "tinymce"
  48. },
  49. "omit": [
  50. "tinymce/license.txt",
  51. "tinymce/jquery.tinymce.min.js"
  52. ],
  53. "addlicense": [
  54. "tinymce/tinymce.min.js"
  55. ]
  56. },
  57. {
  58. "lib": "tinymce-langs",
  59. "version": "4.8.2",
  60. "url": "https://www.tiny.cloud/docs-4x/language/tinymce4x_languages.zip",
  61. "dest": "program/js/tinymce"
  62. },
  63. {
  64. "lib": "openpgp",
  65. "name": "OpenPGP.js",
  66. "version": "4.4.6",
  67. "url": "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v$v/dist/openpgp.min.js",
  68. "api_url": "https://api.github.com/repos/openpgpjs/openpgpjs/contents/dist/openpgp.min.js?ref=v$v",
  69. "dest": "plugins/enigma/openpgp.min.js",
  70. "sha1": "e142168db8e666a40fcb4c48ef89c9d774134f8b",
  71. "license": "LGPL",
  72. "copyright": "Copyright (c) OpenPGP Development Team",
  73. "source": "https://github.com/openpgpjs/openpgpjs/blob/v$v/dist/openpgp.js"
  74. },
  75. {
  76. "lib": "codemirror",
  77. "version": "5.46.0",
  78. "url": "https://codemirror.net/codemirror-$v.zip",
  79. "dest": "plugins/managesieve/codemirror",
  80. "sha1": "c11fcb9b63cee2b276e3b9f24a8ad6d7c374c624",
  81. "license": "MIT",
  82. "map": {
  83. "lib": "lib",
  84. "addon/selection": "addon/selection",
  85. "mode/sieve": "mode/sieve"
  86. }
  87. },
  88. {
  89. "lib": "bootstrap",
  90. "name": "Bootstrap",
  91. "version": "4.3.1",
  92. "url": "https://github.com/twbs/bootstrap/releases/download/v$v/bootstrap-$v-dist.zip",
  93. "dest": "skins/elastic/deps",
  94. "sha1": "ee9e9d6bbbb6181dc519778af2b38804a6aa62a4",
  95. "license": "MIT",
  96. "flat": true,
  97. "map": {
  98. "bootstrap.bundle.min.js": "bootstrap.bundle.min.js",
  99. "bootstrap.min.css": "bootstrap.min.css"
  100. }
  101. },
  102. {
  103. "lib": "less",
  104. "name": "LessJS",
  105. "version": "2.7.3",
  106. "url": "https://raw.githubusercontent.com/less/less.js/v$v/dist/less.min.js",
  107. "api_url": "https://api.github.com/repos/less/less.js/contents/dist/less.min.js?ref=v$v",
  108. "dest": "skins/elastic/deps/less.min.js",
  109. "sha1": "45ea4f9fed6c0568ec11faba048c3e3cb7612e9e",
  110. "license": "Apache-2.0",
  111. "source": "https://raw.githubusercontent.com/less/less.js/v$v/dist/less.js"
  112. }
  113. ]
  114. }