Update package.json

This commit is contained in:
Robin Nilsson 2014-09-25 13:02:22 +02:00
parent fc8831d017
commit 0eaa5c92a7
1 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"main" : "server.js",
"subdomain": "cryptalk",
"analyze": true,
"preferGlobal": false,
"preferGlobal": true,
"private": false,
"keywords": [
"cryptalk",
@ -25,9 +25,7 @@
"type": "git",
"url": "git://github.com/Hexagon/cryptalk.git"
},
"bin" : {
"cryptalk" : "./server.js"
},
"bin" : "./server.js",
"dependencies": {
"node-uuid": ">= 1.4.1",
"express.io": ">= 1.1.13"