{
  "name": "gossip",
  "version": "0.0.1",
  "description": "Distributed messaging framework",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha -R spec -t 10000"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:matomesc/gossip.git"
  },
  "keywords": [
    "distributed",
    "messaging",
    "queue",
    "task",
    "zeromq",
    "zmq"
  ],
  "author": "Mihai Tomescu",
  "license": "BSD",
  "dependencies": {
    "zmq": "~2.4.0",
    "node-uuid": "~1.4.0",
    "callsite": "~1.0.0",
    "retry": "~0.6.0",
    "stately.js": "~1.1.0"
  },
  "devDependencies": {
    "mocha": "~1.12.0",
    "sinon": "~1.7.3"
  }
}