aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: 8c11b9a869e1bc656890f131e183d4831a0efd74 (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
{
  "name": "cloudron-surfer",
  "version": "1.0.0",
  "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",
  "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",
    "debug": "^2.2.0",
    "del": "^1.2.0",
    "ejs": "^2.3.1",
    "express": "^4.12.4",
    "mkdirp": "^0.5.1",
    "morgan": "^1.6.0",
    "multiparty": "^4.1.2",
    "safetydance": "0.0.16",
    "superagent": "^1.2.0",
    "underscore": "^1.8.3"
  }
}