{
    "name"            : "level-ws"
  , "description"     : "A basic WriteStream implementation for LevelUP"
  , "version"         : "0.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 <lars.magnus.skog@gmail.com> (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/level-ws.git"
    }
  , "homepage"        : "https://github.com/Level/level-ws"
  , "keywords": [
        "leveldb"
      , "stream"
      , "levelup"
    ]
  , "main"            : "level-ws.js"
  , "dependencies"    : {
        "readable-stream" : "~1.0.15"
      , "xtend"           : "~2.1.1"
    }
  , "devDependencies" : {
        "tape"            : "*"
      , "level"           : "*"
      , "after"           : "*"
      , "rimraf"          : "*"
    }
  , "scripts"         : {
        "test"            : "node test.js"
    }
  , "license"         : "MIT"
}