{
  "name": "osm-p2p-syncfile",
  "version": "5.1.2",
  "description": "Replicate OSM data and media using a sneakernet-style sync file.",
  "main": "index.js",
  "bin": {
    "osm-p2p-syncfile": "bin/cli.js"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "blob-store-replication-stream": "^1.3.3",
    "debug": "^3.1.0",
    "indexed-tarball": "^3.1.4",
    "indexed-tarball-blob-store": "^1.1.0",
    "mkdirp": "^0.5.1",
    "multifeed": "^5.1.3",
    "once": "^1.4.0",
    "osm-p2p": "^6.0.0",
    "readdirp": "^2.1.0",
    "rimraf": "^2.6.2",
    "safe-fs-blob-store": "^1.0.3",
    "tar-stream": "^1.6.1",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "abstract-blob-store": "^3.3.4",
    "collect-stream": "^1.2.1",
    "end-of-stream": "^1.4.1",
    "ncp": "^2.0.0",
    "pump": "^3.0.0",
    "random-access-memory": "^3.1.1",
    "randombytes": "^2.1.0",
    "run-parallel-limit": "^1.0.5",
    "standard": "^12.0.0",
    "tape": "^4.9.1",
    "tmp": "^0.1.0"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/noffle/osm-p2p-syncfile.git"
  },
  "keywords": [
    "p2p",
    "sync",
    "sneakernet",
    "osm",
    "replicate",
    "replication",
    "media"
  ],
  "author": "noffle <sww@eight45.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/noffle/osm-p2p-syncfile/issues"
  },
  "homepage": "https://github.com/noffle/osm-p2p-syncfile#readme"
}
