prdn / zmq-omdp

ZMQ-OMDP : ZeroMQ Obsessive Majordomo Protocol - microservices framework for NodeJS - reliable and extensible service-oriented request-reply
https://fincluster.com
20 stars 7 forks source link

Package.json #5

Closed timoxley closed 10 years ago

timoxley commented 10 years ago

Noticed no link to source on https://www.npmjs.org/package/zmq-omdp

image

Then noticed versions were sorely lacking from the package.json, and shortid listed twice:

  "dependencies": {
    "debug": "",
    "readable-stream": "^1.0.27-1",
    "shortid": "^2.0.1",
    "zmq": "",
    "shortid": ""
  },

Updated and fixed versions with:

npm install --save shortid zmq debug readable-stream

Used npm init to automatically generate the other properties.

:+1: