{
  "name": "deferred-leveldown",
  "description": "For handling delayed-open on LevelDOWN compatible libraries",
  "version": "3.0.0",
  "contributors": [
    "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
    "John Chesley <john@chesl.es> (https://github.com/chesles/)",
    "Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)",
    "Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)",
    "Max Ogden <max@maxogden.com> (https://github.com/maxogden)",
    "Lars-Magnus Skog <ralphtheninja@riseup.net> (https://github.com/ralphtheninja)",
    "David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)",
    "Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)",
    "Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)",
    "Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)",
    "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
    "Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)",
    "James Halliday <mail@substack.net> (https://github.com/substack)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Level/deferred-leveldown.git"
  },
  "homepage": "https://github.com/Level/deferred-leveldown",
  "keywords": [
    "leveldb",
    "level",
    "levelup",
    "leveldown"
  ],
  "main": "deferred-leveldown.js",
  "dependencies": {
    "abstract-leveldown": "~4.0.0"
  },
  "devDependencies": {
    "standard": "^10.0.3",
    "tape": "^4.7.0"
  },
  "scripts": {
    "test": "standard && node test.js"
  },
  "license": "MIT",
  "engines": {
    "node": ">=4"
  }
}
