aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/cryptpad/build/nix.lock/bower.json
blob: faae9d905a3a488a6e3206344381044a29a181e6 (plain) (blame)
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
{
  "name": "cryptpad",
  "version": "0.1.0",
  "authors": [
    "Caleb James DeLisle <cjd@cjdns.fr>"
  ],
  "description": "realtime collaborative visual editor with zero knowlege server",
  "main": "www/index.html",
  "moduleType": [
    "node"
  ],
  "license": "AGPLv3",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "3.6.0",
    "tweetnacl": "0.12.2",
    "components-font-awesome": "^4.6.3",
    "ckeditor": "4.14.0",
    "codemirror": "^5.19.0",
    "requirejs": "2.3.5",
    "marked": "1.1.0",
    "rangy": "rangy-release#~1.3.0",
    "json.sortify": "~2.1.0",
    "hyperjson": "~1.4.0",
    "chainpad-crypto": "^0.2.0",
    "chainpad-listmap": "^1.0.0",
    "chainpad": "^5.2.0",
    "file-saver": "1.3.1",
    "alertifyjs": "1.0.11",
    "scrypt-async": "1.2.0",
    "require-css": "0.1.10",
    "bootstrap": "^v4.0.0",
    "diff-dom": "2.1.1",
    "nthen": "0.1.7",
    "open-sans-fontface": "^1.4.2",
    "bootstrap-tokenfield": "0.12.1",
    "localforage": "^1.5.2",
    "html2canvas": "^0.4.1",
    "croppie": "^2.5.0",
    "sortablejs": "^1.6.0",
    "saferphore": "^0.0.1",
    "jszip": "3.7.1",
    "requirejs-plugins": "^1.0.3",
    "dragula.js": "3.7.2",
    "MathJax": "3.0.5"
  },
  "resolutions": {
    "bootstrap": "^v4.0.0",
    "jquery": "3.6.0"
  }
}