{
  "name": "global_persistence",
  "version": "0.3.9",
  "description": "A link between LRU and messaging to peers which may store or cache LRU entries remotely",
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/copious-world/global_persistence.git"
  },
  "keywords": [
    "resident",
    "cache",
    "share",
    "interface",
    "and",
    "gateway"
  ],
  "author": "R Leddy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/copious-world/global_persistence/issues"
  },
  "homepage": "https://github.com/copious-world/global_persistence#readme",
  "dependencies": {
    "categorical-handlers": "^0.7.7",
    "repository-bridge": "^0.9.21",
    "ucwid": "^0.4.1"
  }
}
