{
  "name": "ntrnetwork",
  "version": "2.8.55",
  "description": "Transledger peer to peer wire communication",
  "keywords": [
    "p2p",
    "networking",
    "dpt",
    "rlpx",
    "Transledger"
  ],
  "homepage": "https://github.com/fanatid/ethereumjs-devp2p",
  "bugs": {
    "url": "https://github.com/fanatid/ethereumjs-devp2p/issues"
  },
  "license": "Interblockchain",
  "contributors": [
    "Alex Beregszaszi <alex@rtfs.hu>",
    "Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)",
    "Martin Becze <mb@ethdev.com>",
    "Holger Drewes <holger.drewes@gmail.com>",
    "Didier PH Martin <didierphmartin@transledger.io>"
  ],
  "files": [
    "src"
  ],
  "main": "./src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/fanatid/ethereumjs-devp2p.git"
  },
  "engines": {
    "node": ">=6.0"
  },
  "scripts": {
    "coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
    "coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
    "integration": "tape test/integration/ntr-simulator.js",
    "lint": "standard",
    "test": "npm run lint && npm run unit && npm run integration",
    "unit": "tape test/*.js"
  },
  "dependencies": {
    "bl": "^1.1.2",
    "body-parser": "^1.18.3",
    "cors": "^2.8.4",
    "express": "^4.16.3",
    "getmac": "^1.4.3",
    "ip": "^1.1.5",
    "k-bucket": "^3.2.1",
    "keccak": "^1.0.0",
    "lru-cache": "^4.0.1",
    "ms": "^0.7.1",
    "rlp-encoding": "^3.0.0",
    "safe-buffer": "^5.1.1",
    "secp256k1": "^3.1.0"
  },
  "devDependencies": {
    "async": "^2.6.0",
    "coveralls": "^3.0.0",
    "nyc": "^11.4.1",
    "standard": "*",
    "tape": "^4.5.1"
  }
}
