]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - package.json
Add repository information to avoid npm warnings
[perso/Immae/Projets/Nodejs/Surfer.git] / package.json
index 7981d9e04614ef38d2a7b70c030446b4b80d90fc..d77c40601f14e1163f43a24589270027e173b596 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "cloudron-surfer",
-  "version": "1.3.0",
+  "version": "2.0.1",
   "description": "Simple file server",
   "main": "app.js",
   "scripts": {
   },
   "author": "Johannes Zellner <johannes@nebulon.de>",
   "license": "MIT",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/nebulade/surfer.git"
+  },
   "dependencies": {
     "async": "^1.2.1",
     "body-parser": "^1.13.1",
     "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"
   }
 }