aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorJohannes <johannes@cloudron.io>2016-11-17 12:50:49 +0100
committerJohannes <johannes@cloudron.io>2016-11-17 12:50:49 +0100
commit5a2423695663b6b55b8430204c3ad666f417b20f (patch)
tree79cf6da354e3efdc99f327795397a11858e558d9 /package.json
parent087f659a28a5b3acf804232ef37a6ac4498d1ba1 (diff)
downloadSurfer-5a2423695663b6b55b8430204c3ad666f417b20f.tar.gz
Surfer-5a2423695663b6b55b8430204c3ad666f417b20f.tar.zst
Surfer-5a2423695663b6b55b8430204c3ad666f417b20f.zip
Update safetydance and add bcryptjs
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/package.json b/package.json
index c9ce1e4..5732fcd 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
4 "description": "Simple file server", 4 "description": "Simple file server",
5 "main": "app.js", 5 "main": "app.js",
6 "scripts": { 6 "scripts": {
7 "test": "./node_modules/mocha/bin/_mocha -R spec ./test" 7 "test": "./node_modules/mocha/bin/_mocha -R spec ./test/test.js"
8 }, 8 },
9 "keywords": [ 9 "keywords": [
10 "file", 10 "file",
@@ -21,6 +21,7 @@
21 }, 21 },
22 "dependencies": { 22 "dependencies": {
23 "async": "^1.5.2", 23 "async": "^1.5.2",
24 "bcryptjs": "^2.3.0",
24 "body-parser": "^1.15.0", 25 "body-parser": "^1.15.0",
25 "colors": "^1.1.2", 26 "colors": "^1.1.2",
26 "commander": "^2.8.1", 27 "commander": "^2.8.1",
@@ -39,7 +40,7 @@
39 "passport-ldapjs": "^1.0.2", 40 "passport-ldapjs": "^1.0.2",
40 "readline-sync": "^1.4.1", 41 "readline-sync": "^1.4.1",
41 "request": "^2.69.0", 42 "request": "^2.69.0",
42 "safetydance": "0.0.16", 43 "safetydance": "^0.1.1",
43 "superagent": "^1.7.2", 44 "superagent": "^1.7.2",
44 "underscore": "^1.8.3" 45 "underscore": "^1.8.3"
45 }, 46 },
@@ -48,8 +49,5 @@
48 "mocha": "^2.4.5", 49 "mocha": "^2.4.5",
49 "selenium-server-standalone-jar": "^2.52.0", 50 "selenium-server-standalone-jar": "^2.52.0",
50 "selenium-webdriver": "^2.52.0" 51 "selenium-webdriver": "^2.52.0"
51 },
52 "scripts": {
53 "test": "./node_modules/mocha/bin/_mocha -R spec ./test/test.js"
54 } 52 }
55} 53}