Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jsdeps.json - github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8638ac2b0a438123d03cc2e89781ea963d5f8642 (plain)
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
103
104
105
106
107
108
109
110
111
112
113
114
115
{
  "dependencies": [
    {
      "lib": "jquery",
      "name": "jQuery",
      "version": "3.4.1",
      "url": "https://code.jquery.com/jquery-$v.min.js",
      "dest": "program/js/jquery.min.js",
      "sha1": "88523924351bac0b5d560fe0c5781e2556e7693d",
      "license": "MIT",
      "copyright": "Copyright JS Foundation and other contributors",
      "source": "https://github.com/jquery/jquery/tree/$v"
    },
    {
      "lib": "jstz",
      "name": "jsTimezoneDetect",
      "version": "1.0.6",
      "url": "https://bitbucket.org/pellepim/jstimezonedetect/raw/6c427658686c664da52c6a87cd62ec910baab276/dist/jstz.min.js",
      "dest": "program/js/jstz.min.js",
      "sha1": "4291cd3b259d2060460c2a6ab99f428d3c0c9537",
      "license": "MIT",
      "copyright": "Copyright (c) Jon Nylander",
      "source": "https://bitbucket.org/pellepim/jstimezonedetect/raw/6c427658686c664da52c6a87cd62ec910baab276/dist/jstz.js"
    },
    {
      "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": "4.8.2",
      "url": "https://download.tiny.cloud/tinymce/community/tinymce_$v.zip",
      "dest": "program/js",
      "sha1": "d7fced05acdeeb78299585ea9909b0de2b3d759d",
      "license": "LGPL",
      "copyright": "Copyright (c) 1999-2015 Ephox Corp. All rights reserved",
      "rm": "program/js/tinymce",
      "map": {
        "js/tinymce": "tinymce"
      },
      "omit": [
        "tinymce/license.txt",
        "tinymce/jquery.tinymce.min.js"
      ],
      "addlicense": [
        "tinymce/tinymce.min.js"
      ]
    },
    {
      "lib": "tinymce-langs",
      "version": "4.8.2",
      "url": "https://www.tiny.cloud/docs-4x/language/tinymce4x_languages.zip",
      "dest": "program/js/tinymce"
    },
    {
      "lib": "openpgp",
      "name": "OpenPGP.js",
      "version": "4.4.6",
      "url": "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v$v/dist/openpgp.min.js",
      "api_url": "https://api.github.com/repos/openpgpjs/openpgpjs/contents/dist/openpgp.min.js?ref=v$v",
      "dest": "plugins/enigma/openpgp.min.js",
      "sha1": "e142168db8e666a40fcb4c48ef89c9d774134f8b",
      "license": "LGPL",
      "copyright": "Copyright (c) OpenPGP Development Team",
      "source": "https://github.com/openpgpjs/openpgpjs/blob/v$v/dist/openpgp.js"
    },
    {
      "lib": "codemirror",
      "version": "5.46.0",
      "url": "https://codemirror.net/codemirror-$v.zip",
      "dest": "plugins/managesieve/codemirror",
      "sha1": "c11fcb9b63cee2b276e3b9f24a8ad6d7c374c624",
      "license": "MIT",
      "map": {
        "lib": "lib",
        "addon/selection": "addon/selection",
        "mode/sieve": "mode/sieve"
      }
    },
    {
      "lib": "bootstrap",
      "name": "Bootstrap",
      "version": "4.3.1",
      "url": "https://github.com/twbs/bootstrap/releases/download/v$v/bootstrap-$v-dist.zip",
      "dest": "skins/elastic/deps",
      "sha1": "ee9e9d6bbbb6181dc519778af2b38804a6aa62a4",
      "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": "2.7.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": "45ea4f9fed6c0568ec11faba048c3e3cb7612e9e",
      "license": "Apache-2.0",
      "source": "https://raw.githubusercontent.com/less/less.js/v$v/dist/less.js"
    }
  ]
}