diff --git a/src/package.json b/src/package.json index a906691d2..37f04b200 100644 --- a/src/package.json +++ b/src/package.json @@ -56,5 +56,8 @@ "url" : "http://github.com/ether/etherpad-lite.git" }, "version" : "1.5.7", - "license" : "Apache-2.0" + "license" : "Apache-2.0", + "config" : { + "start" : "node server.js" + } }