{
  "name": "levelup",
  "description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
  "version": "2.0.2",
  "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/0x00a)",
    "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)",
    "Jarrett Cruger <jcrugzz@gmail.com> (https://github.com/jcrugzz)",
    "Meirion Hughes <crakinshot@yahoo.com> (https://github.com/meirionhughes)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/level/levelup.git"
  },
  "homepage": "https://github.com/level/levelup",
  "keywords": [
    "leveldb",
    "stream",
    "database",
    "db",
    "store",
    "storage",
    "json"
  ],
  "main": "lib/levelup.js",
  "dependencies": {
    "deferred-leveldown": "~3.0.0",
    "level-errors": "~1.1.0",
    "level-iterator-stream": "~2.0.0",
    "xtend": "~4.0.0"
  },
  "devDependencies": {
    "after": "^0.8.2",
    "async": "^2.5.0",
    "bl": "^1.2.1",
    "browserify": "^16.0.0",
    "bustermove": "~1.0.0",
    "concat-stream": "~1.6.0",
    "delayed": "~1.0.1",
    "encoding-down": "^3.0.0",
    "faucet": "~0.0.1",
    "leveldown": "^3.0.0",
    "memdown": "^1.2.4",
    "msgpack-js": "~0.3.0",
    "referee": "~1.2.0",
    "rimraf": "^2.6.1",
    "safe-buffer": "^5.1.0",
    "slow-stream": "0.0.4",
    "standard": "^10.0.2",
    "tape": "^4.7.0"
  },
  "scripts": {
    "test": "standard && node test | faucet"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "license": "MIT"
}
