Update package.json
This commit is contained in:
parent
fc8831d017
commit
0eaa5c92a7
|
@ -5,7 +5,7 @@
|
||||||
"main" : "server.js",
|
"main" : "server.js",
|
||||||
"subdomain": "cryptalk",
|
"subdomain": "cryptalk",
|
||||||
"analyze": true,
|
"analyze": true,
|
||||||
"preferGlobal": false,
|
"preferGlobal": true,
|
||||||
"private": false,
|
"private": false,
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cryptalk",
|
"cryptalk",
|
||||||
|
@ -25,9 +25,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/Hexagon/cryptalk.git"
|
"url": "git://github.com/Hexagon/cryptalk.git"
|
||||||
},
|
},
|
||||||
"bin" : {
|
"bin" : "./server.js",
|
||||||
"cryptalk" : "./server.js"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-uuid": ">= 1.4.1",
|
"node-uuid": ">= 1.4.1",
|
||||||
"express.io": ">= 1.1.13"
|
"express.io": ">= 1.1.13"
|
||||||
|
|
Loading…
Reference in New Issue