Skip to content

Commit

Permalink
Metadata fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Nov 28, 2016
1 parent 05a2449 commit 3fee180
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tiny ZMQ is an NodeJS package that provides simple load balanced messaging on di

Install it from NPM

npm i -S tiny-paypal
npm i -S tiny-zmq

**Note**: You need to have `libzmq` installed in your computer in order to install the dependencies (zmq).

Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
{
"name": "tiny-zmq",
"version": "1.0.0",
"version": "1.0.1",
"description": "A NodeJS package that provides simple load balanced messaging on distributed environments",
"main": "index.js",
"keywords": ["zmq", "messaging", "tvrbo", "ventilator", "clustering", "cluster", "load", "balancing", "broker", "worker", "client"],
"author": "Jordi Moraleda <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/TvrboPro/TinyZmq.git"
},
"engines": {
"node": "6.9.1"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/TvrboPro/TinyZmq/issues"
},
"homepage": "https://github.com/TvrboPro/TinyZmq#readme",
"dependencies": {
"uuid": "^3.0.0",
"zmq": "^2.15.3"
Expand Down

0 comments on commit 3fee180

Please sign in to comment.