{
  "name": "static-web-archive",
  "version": "4.0.5",
  "description": "A module that maintains a static web archive that you can add to piece by piece. For image bots in particular.",
  "main": "create-posting-stream-chain.js",
  "scripts": {
    "test": "make test-all-fast"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:jimkang/static-web-archive.git"
  },
  "keywords": [],
  "author": "Jim Kang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jimkang/static-web-archive/issues"
  },
  "homepage": "https://github.com/jimkang/static-web-archive",
  "devDependencies": {
    "assert-no-error": "^1.0.0",
    "longjohn": "^0.2.12",
    "request": "^2.87.0",
    "tape": "^4.6.0",
    "through-stream-testbed": "^1.0.0"
  },
  "dependencies": {
    "async-waterfall": "^0.1.5",
    "await-to-js": "^2.0.1",
    "call-next-tick": "^2.0.1",
    "d3-array": "^1.1.1",
    "d3-queue": "^3.0.5",
    "fs-extra": "^6.0.1",
    "github-file": "^1.1.2",
    "idmaker": "^0.1.1",
    "isomorphic-git": "^0.12.3",
    "lodash.clonedeep": "^4.5.0",
    "lodash.compact": "^3.0.1",
    "lodash.curry": "^4.1.1",
    "lodash.defaults": "^4.2.0",
    "lodash.omit": "^4.5.0",
    "lodash.pluck": "^3.1.2",
    "probable": "^2.1.1",
    "rss": "^1.2.2",
    "sanitize-html": "^1.20.1",
    "standard-bail": "^2.0.1",
    "through2": "^2.0.3"
  }
}
