diff --git a/package.json b/package.json index c20a71a..c633a17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "cryptalk", - "version" : "1.0.0", + "version" : "1.0.1", "description" : "Encrypted HTML5/Node.JS instant chat", "main" : "server.js", "subdomain": "cryptalk", @@ -25,6 +25,10 @@ "type": "git", "url": "git://github.com/Hexagon/cryptalk.git" }, + "bin" : { + "npm" : "./server.js" + + }, "dependencies": { "node-uuid": ">= 1.4.1", "express.io": ">= 1.1.13"