{
  "name": "netz",
  "version": "0.1.0",
  "description": "A peer-2-peer service discovery and communication framework built on top of nanomsg",
  "keywords": [ "nanomsg", "zeromq", "zmq", "0mq", "discovery", "services", "peer2peer", "p2p" ],
  "main": "index.js",
  "homepage": "http://github.com/mallocator/netz",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "http://github.com/mallocator/netz.git"
  },
  "author": {
    "name": "Ravi Gairola",
    "email": "mallox@pyxzl.net",
    "url": "https://github.com/mallocator"
  },
  "bugs": {
    "url": "http://github.com/mallocator/netz/issues",
    "email": "mallox@pyxzl.net"
  },
  "engine": {
    "node": ">=6.3"
  },
  "scripts": {
    "test": "istanbul cover _mocha -- --recursive",
    "test-travis": "istanbul cover _mocha --report lcovonly -- -R spec --recursive"
  },
  "devDependencies": {
    "chai": "^3",
    "coveralls": "^2",
    "istanbul": "^0.4",
    "mocha": "^2",
    "mocha-lcov-reporter": "^1",
    "sinon": "^1"
  },
  "dependencies": {
    "aws-sdk": "^2",
    "eventemitter2": "^2",
    "lodash": "^4",
    "shortid": "^2",
    "nanomsg": "^3"
  }
}
