{
  "name": "grenache-grape",
  "version": "0.9.12",
  "description": "Granache Grape - DHT for micro-services",
  "author": "prdn <paolo@bitfinex.com> (https://bitfinex.com/)",
  "keywords": [
    "grenache",
    "kademlia",
    "nodejs",
    "micro-services"
  ],
  "dependencies": {
    "async": "^3.2.4",
    "bittorrent-dht": "^10.0.0",
    "cbq": "0.0.1",
    "debug": "^4.0.1",
    "lodash": "^4.17.21",
    "raw-body": "^2.5.2",
    "record-cache": "^1.2.0",
    "yargs": "^17.7.1"
  },
  "engine": {
    "node": ">=6.0"
  },
  "bin": {
    "grape": "bin/grape.js"
  },
  "main": "index.js",
  "devDependencies": {
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "request": "^2.88.0",
    "standard": "^17.0.0"
  },
  "scripts": {
    "test": "npm run lint && npm run unit",
    "unit": "mocha",
    "lint": "standard"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/bitfinexcom/grenache-grape.git"
  }
}
