mirror of
https://github.com/roundcube/roundcubemail.git
synced 2025-12-28 07:55:07 +00:00
102 lines
3.4 KiB
JSON
102 lines
3.4 KiB
JSON
{
|
|
"dependencies": [
|
|
{
|
|
"lib": "jquery",
|
|
"name": "jQuery",
|
|
"version": "3.7.1",
|
|
"url": "https://code.jquery.com/jquery-$v.min.js",
|
|
"dest": "program/js/jquery.min.js",
|
|
"sha1": "ee48592d1fff952fcf06ce0b666ed4785493afdc",
|
|
"license": "MIT",
|
|
"copyright": "Copyright JS Foundation and other contributors",
|
|
"source": "https://github.com/jquery/jquery/tree/$v"
|
|
},
|
|
{
|
|
"lib": "publickey",
|
|
"name": "PublicKey.js",
|
|
"version": "0e011cb1",
|
|
"url": "https://raw.githubusercontent.com/diafygi/publickeyjs/$v/publickey.js",
|
|
"api_url": "https://api.github.com/repos/diafygi/publickeyjs/contents/publickey.js?ref=$v",
|
|
"dest": "program/js/publickey.js",
|
|
"sha1": "d0920e190754e024c4be76ad5bbc7e76b2e37a4d",
|
|
"license": "GPLv3",
|
|
"copyright": "Copyright (c) 2015 Daniel Roesler",
|
|
"source": "https://github.com/diafygi/publickeyjs/blob/master/publickey.js"
|
|
},
|
|
{
|
|
"lib": "tinymce",
|
|
"version": "5.10.9",
|
|
"url": "https://download.tiny.cloud/tinymce/community/tinymce_$v.zip",
|
|
"dest": "program/js",
|
|
"sha1": "ea53c43cc4cf932d9fb88dbb66e4671f1e858951",
|
|
"license": "LGPL",
|
|
"copyright": "Copyright (c) Tiny Technologies, Inc. All rights reserved",
|
|
"rm": "program/js/tinymce",
|
|
"map": {
|
|
"js/tinymce": "tinymce"
|
|
},
|
|
"omit": [
|
|
"tinymce/license.txt",
|
|
"tinymce/tinymce.d.ts",
|
|
"tinymce/jquery.tinymce.min.js",
|
|
"tinymce/themes/mobile"
|
|
]
|
|
},
|
|
{
|
|
"lib": "tinymce-langs",
|
|
"version": "5.10.9",
|
|
"url": "https://download.tiny.cloud/tinymce/community/languagepacks/5/langs.zip?v=$v",
|
|
"dest": "program/js/tinymce"
|
|
},
|
|
{
|
|
"lib": "openpgp",
|
|
"name": "OpenPGP.js",
|
|
"version": "5.0.0",
|
|
"url": "https://cdn.jsdelivr.net/npm/openpgp@$v/dist/openpgp.min.js",
|
|
"dest": "plugins/enigma/openpgp.min.js",
|
|
"sha1": "0fc8b02e9d26a28280b46fd8d3a1516d9bff21db",
|
|
"license": "LGPL",
|
|
"copyright": "Copyright (c) OpenPGP Development Team",
|
|
"source": "https://cdn.jsdelivr.net/npm/openpgp@$v/dist/openpgp.js"
|
|
},
|
|
{
|
|
"lib": "codemirror",
|
|
"version": "5.58.3",
|
|
"url": "https://codemirror.net/codemirror-$v.zip",
|
|
"dest": "plugins/managesieve/codemirror",
|
|
"sha1": "9dffee4cda2d2f94f80e9ed282cfb152285dfef9",
|
|
"license": "MIT",
|
|
"map": {
|
|
"lib": "lib",
|
|
"addon/selection": "addon/selection",
|
|
"mode/sieve": "mode/sieve"
|
|
}
|
|
},
|
|
{
|
|
"lib": "bootstrap",
|
|
"name": "Bootstrap",
|
|
"version": "4.5.3",
|
|
"url": "https://github.com/twbs/bootstrap/releases/download/v$v/bootstrap-$v-dist.zip",
|
|
"dest": "skins/elastic/deps",
|
|
"sha1": "754b94b6d4fface5c0876b13d739dbe920c79ac4",
|
|
"license": "MIT",
|
|
"flat": true,
|
|
"sourcemap": false,
|
|
"map": {
|
|
"bootstrap.bundle.min.js": "bootstrap.bundle.min.js",
|
|
"bootstrap.min.css": "bootstrap.min.css"
|
|
}
|
|
},
|
|
{
|
|
"lib": "less",
|
|
"name": "LessJS",
|
|
"version": "4.1.3",
|
|
"url": "https://raw.githubusercontent.com/less/less.js/v$v/dist/less.min.js",
|
|
"api_url": "https://api.github.com/repos/less/less.js/contents/dist/less.min.js?ref=v$v",
|
|
"dest": "skins/elastic/deps/less.min.js",
|
|
"sha1": "e2418d0acfc3234b39c426be9f7a018b3903f070",
|
|
"license": "Apache-2.0",
|
|
"source": "https://raw.githubusercontent.com/less/less.js/v$v/dist/less.js"
|
|
}
|
|
]
|
|
} |