Update package.json
This commit is contained in:
parent
7c34f1c26f
commit
f011c1400c
10
package.json
10
package.json
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue