]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - package.json
Bump version
[perso/Immae/Projets/Nodejs/Surfer.git] / package.json
index c9ce1e436642aca33a8580ab555a4987e329514e..4479d6c7f4ad46606c8c21c15222e1379509e369 100644 (file)
@@ -1,10 +1,10 @@
 {
   "name": "cloudron-surfer",
-  "version": "3.0.0",
+  "version": "4.1.1",
   "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",
   "license": "MIT",
   "repository": {
     "type": "git",
-    "url": "https://github.com/nebulade/surfer.git"
+    "url": "https://git.cloudron.io/cloudron/surfer.git"
   },
   "dependencies": {
     "async": "^1.5.2",
+    "bcryptjs": "^2.3.0",
     "body-parser": "^1.15.0",
     "colors": "^1.1.2",
     "commander": "^2.8.1",
     "morgan": "^1.7.0",
     "multiparty": "^4.1.2",
     "passport": "^0.2.2",
+    "passport-http-bearer": "^1.0.1",
     "passport-ldapjs": "^1.0.2",
-    "readline-sync": "^1.4.1",
+    "readline-sync": "^1.4.6",
+    "redis": "^2.6.5",
     "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"
+    "underscore": "^1.8.3",
+    "uuid": "^3.0.1"
   },
   "devDependencies": {
     "expect.js": "^0.3.1",
     "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"
   }
 }