aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: 53481f5bb54673a955f7049c9bd1cb5e41a379a7 (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": "cloudron-surfer",
  "version": "5.10.0",
  "description": "Simple file server",
  "main": "server.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/_mocha -R spec ./test/test.js"
  },
  "keywords": [
    "file",
    "server"
  ],
  "bin": {
    "surfer": "./cli/surfer.js"
  },
  "author": "Johannes Zellner <johannes@nebulon.de>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://git.cloudron.io/cloudron/surfer.git"
  },
  "dependencies": {
    "archiver": "^4.0.1",
    "async": "^1.5.2",
    "bcryptjs": "^2.3.0",
    "body-parser": "^1.18.2",
    "colors": "^1.1.2",
    "commander": "^2.14.1",
    "compression": "^1.7.2",
    "connect-lastmile": "^1.2.2",
    "connect-timeout": "^1.6.2",
    "cookie-parser": "^1.4.1",
    "debug": "^2.6.9",
    "del": "^2.2.0",
    "express": "^4.16.2",
    "express-session": "^1.15.6",
    "ldapjs": "^1.0.2",
    "mkdirp": "^0.5.1",
    "morgan": "^1.9.1",
    "multiparty": "^4.1.2",
    "readline-sync": "^1.4.9",
    "request": "^2.83.0",
    "safetydance": "^0.1.1",
    "serve-index": "^1.9.1",
    "superagent": "^5.1.3",
    "underscore": "^1.8.3",
    "uuid": "^3.2.1",
    "webdav-server": "^2.4.6"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^7.0.0",
    "selenium-webdriver": "^3.6.0"
  }
}