{
  "name": "solidipes",
  "description": "a partially connected mesh network with messaging and discovery",
  "version": "0.4.3",
  "author": "Eli Skeggs <eskeggs@globesherpa.com>",
  "main": "./lib/solidipes",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/globesherpa/solidipes.git"
  },
  "homepage": "https://github.com/globesherpa/solidipes",
  "bugs": "https://github.com/globesherpa/solidipes/issues",
  "keywords": [
    "solidipes",
    "network",
    "distribute",
    "distributed",
    "mesh",
    "routing",
    "messaging",
    "redundant"
  ],
  "devDependencies": {
    "mocha": "~1.18.2",
    "chai": "~1.9.1",
    "portfinder": "~0.2.1",
    "minimist": "0.0.8"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/globesherpa/solidipes/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "debug": "~1.0.2",
    "masterless": "^0.4.1",
    "sorted-map": "~0.1.8",
    "sorted-set": "~0.2.2"
  }
}
