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", "name" : "cryptalk",
"version" : "0.0.0", "version" : "0.0.0",
"description" : "Encrypted instant chat", "description" : "Encrypted HTML5/Node.JS instant chat",
"main" : "server.js", "main" : "server.js",
"subdomain": "cryptalk",
"analyze": true,
"preferGlobal": false,
"private": true,
"keywords": [ "keywords": [
"cryptalk", "cryptalk",
"fandango", "fandango",
@ -12,6 +16,10 @@
"html5" "html5"
], ],
"author": "Hexagon <Hexagon@GitHub>", "author": "Hexagon <Hexagon@GitHub>",
"contributors": [{
"name": "Pehr Boman",
"email": "unkelpehr@gmail.com"
}],
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",