]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Update safetydance and add bcryptjs
authorJohannes <johannes@cloudron.io>
Thu, 17 Nov 2016 11:50:49 +0000 (12:50 +0100)
committerJohannes <johannes@cloudron.io>
Thu, 17 Nov 2016 11:50:49 +0000 (12:50 +0100)
package.json

index c9ce1e436642aca33a8580ab555a4987e329514e..5732fcd2d25363ef42bdf13ff15cd6c161810d38 100644 (file)
@@ -4,7 +4,7 @@
   "description": "Simple file server",
   "main": "app.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,7 @@
     "passport-ldapjs": "^1.0.2",
     "readline-sync": "^1.4.1",
     "request": "^2.69.0",
-    "safetydance": "0.0.16",
+    "safetydance": "^0.1.1",
     "superagent": "^1.7.2",
     "underscore": "^1.8.3"
   },
@@ -48,8 +49,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"
   }
 }