Update package.json
This commit is contained in:
parent
7c34f1c26f
commit
f011c1400c
10
package.json
10
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 <Hexagon@GitHub>",
|
||||
"contributors": [{
|
||||
"name": "Pehr Boman",
|
||||
"email": "unkelpehr@gmail.com"
|
||||
}],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue