{
  "name": "interplanetary",
  "version": "3.2.0",
  "description": "A network swarm that uses discovery-channel to find peers",
  "main": "index.js",
  "dependencies": {
    "buffer-equals": "^1.0.3",
    "connections": "^1.4.2",
    "discovery-channel": "^5.0.0",
    "length-prefixed-message": "^3.0.3",
    "pump": "^1.0.1",
    "to-buffer": "^1.0.1"
  },
  "devDependencies": {
    "standard": "^6.0.7",
    "tape": "^4.4.0"
  },
  "scripts": {
    "test": "standard && tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mafintosh/discovery-swarm.git"
  },
  "author": "Mathias Buus (@mafintosh)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mafintosh/discovery-swarm/issues"
  },
  "homepage": "https://github.com/mafintosh/discovery-swarm"
}
