Mercurial > hg > rc2
comparison jsdeps.json @ 9:0c9c57d9d4dd
maybe stragglers from 1.3.3, after another mistaken apt-get install of 1.2.3
author | Charlie Root |
---|---|
date | Fri, 04 Jan 2019 06:38:56 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
8:bf99236cc5cd | 9:0c9c57d9d4dd |
---|---|
1 { | |
2 "dependencies": [ | |
3 { | |
4 "lib": "jquery", | |
5 "name": "jQuery", | |
6 "version": "3.2.1", | |
7 "url": "https://code.jquery.com/jquery-3.2.1.min.js", | |
8 "dest": "program/js/jquery.min.js", | |
9 "sha1": "1055018c28ab41087ef9ccefe411606893dabea2", | |
10 "license": "MIT", | |
11 "copyright": "Copyright 2005, 2015 jQuery Foundation, Inc.", | |
12 "source": "https://github.com/jquery/jquery/tree/3.2.1" | |
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": "0e011cb", | |
29 "url": "https://raw.githubusercontent.com/diafygi/publickeyjs/0e011cb18907a1adc0313aa92e69cd8858e1ef66/publickey.js", | |
30 "dest": "program/js/publickey.js", | |
31 "sha1": "d0920e190754e024c4be76ad5bbc7e76b2e37a4d", | |
32 "license": "GPLv3", | |
33 "copyright": "Copyright (c) 2015 Daniel Roesler", | |
34 "source": "https://github.com/diafygi/publickeyjs/blob/master/publickey.js" | |
35 }, | |
36 { | |
37 "lib": "tinymce", | |
38 "version": "4.5.8", | |
39 "url": "http://download.ephox.com/tinymce/community/tinymce_4.5.8.zip", | |
40 "dest": "program/js", | |
41 "sha1": "08b0757264adb86066940bbafb7aa9ec0c7c6685", | |
42 "license": "LGPL", | |
43 "copyright": "Copyright (c) 1999-2015 Ephox Corp. All rights reserved", | |
44 "rm": "program/js/tinymce", | |
45 "map": { | |
46 "js/tinymce": "tinymce" | |
47 }, | |
48 "omit": [ | |
49 "tinymce/license.txt", | |
50 "tinymce/jquery.tinymce.min.js" | |
51 ], | |
52 "addlicense": [ | |
53 "tinymce/tinymce.min.js" | |
54 ] | |
55 }, | |
56 { | |
57 "lib": "tinymce-langs", | |
58 "version": "4.5.8", | |
59 "url": "https://tinymce-services.azurewebsites.net/1/i18n/download?langs=ar,hy,az,eu,be,bs,bg_BG,ca,zh_CN,zh_TW,hr,cs,cs_CZ,da,nl,en_CA,en_GB,eo,et,fo,fi,fr_FR,fr_CH,gd,gl,ka_GE,de,de_AT,el,he_IL,hi_IN,hu_HU,is_IS,id,ga,it,ja,kab,km_KH,ko_KR,ku,ku_IQ,lv,lt,lb,mk_MK,ml_IN,nb_NO,oc,fa,fa_IR,pl,pt_BR,pt_PT,ro,ru,sk,sl_SI,es,es_MX,sv_SE,tg,ta,ta_IN,tt,th_TH,tr,tr_TR,ug,uk,uk_UA,vi,vi_VN,cy", | |
60 "dest": "program/js/tinymce" | |
61 }, | |
62 { | |
63 "lib": "openpgp", | |
64 "name": "OpenPGP.js", | |
65 "version": "1.6.2", | |
66 "url": "https://raw.githubusercontent.com/openpgpjs/openpgpjs/v1.6.2/dist/openpgp.min.js", | |
67 "dest": "plugins/enigma/openpgp.min.js", | |
68 "sha1": "de75af6883019f490f69211e506377c84f49a85b", | |
69 "license": "LGPL", | |
70 "copyright": "Copyright (c) OpenPGP Development Team", | |
71 "source": "https://github.com/openpgpjs/openpgpjs/blob/v1.6.2/dist/openpgp.js" | |
72 }, | |
73 { | |
74 "lib": "codemirror", | |
75 "version": "5.21.0", | |
76 "url": "http://codemirror.net/codemirror-5.21.0.zip", | |
77 "dest": "plugins/managesieve/codemirror", | |
78 "sha1": "3b767c2e3acd6796e54ed19ed2ac0755fcf87984", | |
79 "license": "MIT", | |
80 "map": { | |
81 "lib": "lib", | |
82 "addon/selection": "addon/selection", | |
83 "mode/sieve": "mode/sieve" | |
84 } | |
85 } | |
86 ] | |
87 } |