From 890d1a4e0569069ef6a407c668a125e9f2313d88 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Thu, 2 Jun 2011 12:46:10 +0100 Subject: [PATCH] update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 46ed7210..4422c9bf 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "homepage" : "https://github.com/Pita/etherpad-lite", "keywords" : ["etherpad", "realtime", "collaborative", "editor"], "author" : "Peter 'Pita' Martischka ", + "contributors": [ + { "name": "Hans Pinckaers"} + ], "dependencies" : { "socket.io" : "0.6.18", "ueberDB" : "0.0.5", @@ -14,8 +17,5 @@ "uglify-js" : "1.0.2", "gzip" : "0.1.0" }, - "version" : "0.0.4", - "bin" : { - "ep-lite" : "./bin/run.sh" - } + "version" : "0.0.4" }