Added bin to package.json to make it executable in path

This commit is contained in:
Robin Nilsson 2014-09-25 12:45:31 +02:00
parent 69c20f11d8
commit 163b152d47
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "cryptalk",
"version" : "1.0.0",
"version" : "1.0.1",
"description" : "Encrypted HTML5/Node.JS instant chat",
"main" : "server.js",
"subdomain": "cryptalk",
@ -25,6 +25,10 @@
"type": "git",
"url": "git://github.com/Hexagon/cryptalk.git"
},
"bin" : {
"npm" : "./server.js"
},
"dependencies": {
"node-uuid": ">= 1.4.1",
"express.io": ">= 1.1.13"