diff --git a/package.json b/package.json index d43b6d7..d241999 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name" : "cryptalk", "version" : "0.0.0", - "description" : "Encrypted instant chat", + "description" : "Encrypted HTML5/Node.JS instant chat", "main" : "server.js", + "subdomain": "cryptalk", + "analyze": true, + "preferGlobal": false, + "private": true, "keywords": [ "cryptalk", "fandango", @@ -12,6 +16,10 @@ "html5" ], "author": "Hexagon ", + "contributors": [{ + "name": "Pehr Boman", + "email": "unkelpehr@gmail.com" + }], "license": "MIT", "repository": { "type": "git",