X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=7dd35d498a268c36b1f657e943eca000100cc79e;hb=394dca7e3a09143ab9063b4c94b0050872c7a2dc;hp=bdd288d2ddddcb3ff12980fcd1051f7c8f82de76;hpb=a53b3def69e8865988bc3833e6a3c578bafa18c6;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/package.json b/package.json index bdd288d..7dd35d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudron-surfer", - "version": "1.2.0", + "version": "2.0.2", "description": "Simple file server", "main": "app.js", "scripts": { @@ -15,6 +15,10 @@ }, "author": "Johannes Zellner ", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/nebulade/surfer.git" + }, "dependencies": { "async": "^1.2.1", "body-parser": "^1.13.1", @@ -35,8 +39,14 @@ "passport": "^0.2.2", "passport-ldapjs": "^1.0.2", "readline-sync": "^1.2.19", + "request": "^2.61.0", "safetydance": "0.0.16", "superagent": "^1.2.0", "underscore": "^1.8.3" + }, + "devDependencies": { + "expect.js": "^0.3.1", + "mocha": "^2.3.4", + "rimraf": "^2.4.4" } }