aboutsummaryrefslogtreecommitdiffhomepage
path: root/files/foobar
diff options
context:
space:
mode:
Diffstat (limited to 'files/foobar')
-rw-r--r--files/foobar26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/foobar b/files/foobar
new file mode 100644
index 0000000..cf08457
--- /dev/null
+++ b/files/foobar
@@ -0,0 +1,26 @@
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}