forked from roundcube/roundcubemail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdeps.json
102 lines (102 loc) · 3.44 KB
/
jsdeps.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"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"
}
]
}