From f011c1400c8f478ebd45c8721ba5e61359ff980b Mon Sep 17 00:00:00 2001 From: Robin Nilsson Date: Wed, 24 Sep 2014 12:27:05 +0200 Subject: [PATCH] Update package.json --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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",