Update package.json

This commit is contained in:
Robin Nilsson 2014-09-24 12:27:05 +02:00
parent 7c34f1c26f
commit f011c1400c
1 changed files with 9 additions and 1 deletions

View File

@ -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 <Hexagon@GitHub>",
"contributors": [{
"name": "Pehr Boman",
"email": "unkelpehr@gmail.com"
}],
"license": "MIT",
"repository": {
"type": "git",