{
  "name": "strong-store-cluster",
  "version": "1.0.1",
  "description": "In-memory key/value store for the node's native cluster.",
  "readmeFilename": "README.md",
  "license": "Artistic-2.0",
  "keywords": [
    "cluster",
    "store"
  ],
  "author": {
    "name": "Bert Belder",
    "email": "bert@strongloop.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop/strong-store-cluster.git"
  },
  "bugs": {
    "url": "https://github.com/strongloop/strong-store-cluster/issues"
  },
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec --timeout 5000 --slow 1000 --ui tdd"
  },
  "devDependencies": {
    "mocha": "~1.9.0"
  },
  "engines": {
    "node": ">=0.10"
  }
}
