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", "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"