X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=55bfd4bbc426d3bc71e294e813399a7e41f2fb7b;hb=42e38e8ca2b32d73d9a4378b5e57774db03e4c7c;hp=c9ce1e436642aca33a8580ab555a4987e329514e;hpb=f6edb78513bc1f2410a0890c42f3edd3fd34b84d;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/package.json b/package.json index c9ce1e4..55bfd4b 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "cloudron-surfer", "version": "3.0.0", "description": "Simple file server", - "main": "app.js", + "main": "server.js", "scripts": { - "test": "./node_modules/mocha/bin/_mocha -R spec ./test" + "test": "./node_modules/mocha/bin/_mocha -R spec ./test/test.js" }, "keywords": [ "file", @@ -21,6 +21,7 @@ }, "dependencies": { "async": "^1.5.2", + "bcryptjs": "^2.3.0", "body-parser": "^1.15.0", "colors": "^1.1.2", "commander": "^2.8.1", @@ -39,7 +40,8 @@ "passport-ldapjs": "^1.0.2", "readline-sync": "^1.4.1", "request": "^2.69.0", - "safetydance": "0.0.16", + "safetydance": "^0.1.1", + "serve-index": "^1.8.0", "superagent": "^1.7.2", "underscore": "^1.8.3" }, @@ -48,8 +50,5 @@ "mocha": "^2.4.5", "selenium-server-standalone-jar": "^2.52.0", "selenium-webdriver": "^2.52.0" - }, - "scripts": { - "test": "./node_modules/mocha/bin/_mocha -R spec ./test/test.js" } }