]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blame - package.json
Rename app.js -> server.js
[perso/Immae/Projets/Nodejs/Surfer.git] / package.json
CommitLineData
ca2d3b4d 1{
c10e69bf 2 "name": "cloudron-surfer",
50bd3f13 3 "version": "3.0.0",
ca2d3b4d 4 "description": "Simple file server",
e31aa8a8 5 "main": "server.js",
ca2d3b4d 6 "scripts": {
5a242369 7 "test": "./node_modules/mocha/bin/_mocha -R spec ./test/test.js"
ca2d3b4d
JZ
8 },
9 "keywords": [
10 "file",
11 "server"
12 ],
8c3ae071
JZ
13 "bin": {
14 "surfer": "./cli/surfer.js"
15 },
ca2d3b4d
JZ
16 "author": "Johannes Zellner <johannes@nebulon.de>",
17 "license": "MIT",
84dee0e1
JZ
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/nebulade/surfer.git"
21 },
ca2d3b4d 22 "dependencies": {
14fd08ba 23 "async": "^1.5.2",
5a242369 24 "bcryptjs": "^2.3.0",
14fd08ba 25 "body-parser": "^1.15.0",
8c3ae071 26 "colors": "^1.1.2",
eaa62184 27 "commander": "^2.8.1",
ca2d3b4d
JZ
28 "compression": "^1.5.0",
29 "connect-lastmile": "0.0.10",
30 "connect-timeout": "^1.6.2",
14fd08ba 31 "cookie-parser": "^1.4.1",
8c3ae071 32 "debug": "^2.2.0",
898fe7c8 33 "del": "^2.2.0",
14fd08ba
JZ
34 "express": "^4.13.4",
35 "express-session": "^1.13.0",
eaa62184 36 "mkdirp": "^0.5.1",
14fd08ba 37 "morgan": "^1.7.0",
ca2d3b4d 38 "multiparty": "^4.1.2",
591ad40c 39 "passport": "^0.2.2",
b72caa69 40 "passport-ldapjs": "^1.0.2",
14fd08ba
JZ
41 "readline-sync": "^1.4.1",
42 "request": "^2.69.0",
5a242369 43 "safetydance": "^0.1.1",
14fd08ba 44 "superagent": "^1.7.2",
8c3ae071 45 "underscore": "^1.8.3"
ebd7ed7a 46 },
f6edb785
JZ
47 "devDependencies": {
48 "expect.js": "^0.3.1",
49 "mocha": "^2.4.5",
50 "selenium-server-standalone-jar": "^2.52.0",
51 "selenium-webdriver": "^2.52.0"
f6edb785 52 }
ca2d3b4d 53}