{
  "name": "myriad-kv",
  "version": "1.2.3",
  "description": "A distributed key-value store built on top of praetor and legiond",
  "main": "index.js",
  "dependencies": {
    "async": "^1.0.0",
    "lodash": "^3.9.3",
    "msgpack-js": "^0.3.0",
    "native-dns": "^0.7.0",
    "praetor": "1.2.1",
    "winston": "^1.0.0"
  },
  "devDependencies": {
    "eslint": "^2.13.1",
    "mocha": "^2.4.5"
  },
  "scripts": {
    "test": "mocha",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/containership/myriad-kv.git"
  },
  "keywords": [
    "myriad",
    "myriad-kv",
    "distributed",
    "key",
    "value",
    "store"
  ],
  "author": "ContainerShip Developers <developers@containership.io>",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/containership/myriad-kv/issues"
  },
  "homepage": "https://github.com/containership/myriad-kv",
  "bin": {
    "myriad": "./myriad.js"
  }
}
