aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/cryptpad/build/nix.lock/package.json
blob: 2bca4dea99a944719f52b6c88fe19811850ae620 (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
{
  "name": "cryptpad",
  "description": "realtime collaborative visual editor with zero knowlege server",
  "version": "4.14.1",
  "license": "AGPL-3.0+",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xwiki-labs/cryptpad.git"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/cryptpad"
  },
  "dependencies": {
    "@mcrowe/minibloom": "^0.2.0",
    "chainpad-crypto": "^0.2.5",
    "chainpad-server": "^5.1.0",
    "express": "~4.16.0",
    "fs-extra": "^7.0.0",
    "get-folder-size": "^2.0.1",
    "netflux-websocket": "^0.1.20",
    "nthen": "0.1.8",
    "pull-stream": "^3.6.1",
    "saferphore": "0.0.1",
    "sortify": "^1.0.4",
    "stream-to-pull-stream": "^1.7.2",
    "tweetnacl": "~0.12.2",
    "ulimit": "0.0.2",
    "ws": "^3.3.1"
  },
  "devDependencies": {
    "jshint": "^2.13.4",
    "less": "3.7.1",
    "lesshint": "6.3.7",
    "selenium-webdriver": "^3.6.0"
  },
  "scripts": {
    "start": "node server.js",
    "dev": "DEV=1 node server.js",
    "fresh": "FRESH=1 node server.js",
    "offline": "FRESH=1 OFFLINE=1 node server.js",
    "offlinedev": "DEV=1 OFFLINE=1 node server.js",
    "package": "PACKAGE=1 node server.js",
    "lint": "jshint --config .jshintrc --exclude-path .jshintignore . && ./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
    "lint:js": "jshint --config .jshintrc --exclude-path .jshintignore .",
    "lint:server": "jshint --config .jshintrc lib",
    "lint:less": "./node_modules/lesshint/bin/lesshint -c ./.lesshintrc ./customize.dist/src/less2/",
    "lint:translations": "node ./scripts/translations/lint-translations.js",
    "unused-translations": "node ./scripts/translations/unused-translations.js",
    "test": "node scripts/TestSelenium.js",
    "test-rpc": "cd scripts/tests && node test-rpc",
    "template": "cd customize.dist/src && for page in ../index.html ../privacy.html ../terms.html ../contact.html ../what-is-cryptpad.html ../features.html ../../www/login/index.html ../../www/register/index.html ../../www/user/index.html;do echo $page; cp template.html $page; done;",
    "evict-inactive": "node scripts/evict-inactive.js"
  }
}