]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blob - package.json
initial commit
[perso/Immae/Projets/Nodejs/Surfer.git] / package.json
1 {
2 "name": "surfer",
3 "version": "1.0.0",
4 "description": "Simple file server",
5 "main": "app.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "file",
11 "server"
12 ],
13 "author": "Johannes Zellner <johannes@nebulon.de>",
14 "license": "MIT",
15 "dependencies": {
16 "body-parser": "^1.13.1",
17 "compression": "^1.5.0",
18 "connect-lastmile": "0.0.10",
19 "connect-timeout": "^1.6.2",
20 "ejs": "^2.3.1",
21 "express": "^4.12.4",
22 "morgan": "^1.6.0",
23 "multiparty": "^4.1.2",
24 "rimraf": "^2.4.0"
25 }
26 }