aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
blob: e5eb25d916d06abbebbb5978fc0d0cf881f4c032 (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
{
  "name": "surfer",
  "version": "1.0.0",
  "description": "Simple file server",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "file",
    "server"
  ],
  "author": "Johannes Zellner <johannes@nebulon.de>",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.13.1",
    "commander": "^2.8.1",
    "compression": "^1.5.0",
    "connect-lastmile": "0.0.10",
    "connect-timeout": "^1.6.2",
    "ejs": "^2.3.1",
    "express": "^4.12.4",
    "mkdirp": "^0.5.1",
    "morgan": "^1.6.0",
    "multiparty": "^4.1.2",
    "rimraf": "^2.4.0",
    "superagent": "^1.2.0"
  }
}