aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: 7dd35d498a268c36b1f657e943eca000100cc79e (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
{
  "name": "cloudron-surfer",
  "version": "2.0.2",
  "description": "Simple file server",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "file",
    "server"
  ],
  "bin": {
    "surfer": "./cli/surfer.js"
  },
  "author": "Johannes Zellner <johannes@nebulon.de>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nebulade/surfer.git"
  },
  "dependencies": {
    "async": "^1.2.1",
    "body-parser": "^1.13.1",
    "colors": "^1.1.2",
    "commander": "^2.8.1",
    "compression": "^1.5.0",
    "connect-lastmile": "0.0.10",
    "connect-timeout": "^1.6.2",
    "cookie-parser": "^1.3.5",
    "debug": "^2.2.0",
    "del": "^1.2.0",
    "ejs": "^2.3.1",
    "express": "^4.12.4",
    "express-session": "^1.11.3",
    "mkdirp": "^0.5.1",
    "morgan": "^1.6.0",
    "multiparty": "^4.1.2",
    "passport": "^0.2.2",
    "passport-ldapjs": "^1.0.2",
    "readline-sync": "^1.2.19",
    "request": "^2.61.0",
    "safetydance": "0.0.16",
    "superagent": "^1.2.0",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^2.3.4",
    "rimraf": "^2.4.4"
  }
}