{
  "name": "level-ttl",
  "description": "Adds a 'ttl' option to LevelUP for puts and batches",
  "contributors": [
    "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
    "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
    "Josh Duff <me@JoshDuff.com> (https://github.com/TehShrike)",
    "Erik Kristensen <erik@erikkristensen.com> (https://github.com/ekristen)",
    "Lars-Magnus Skog <ralphtheninja@riseup.net> (https://github.com/ralphtheninja)"
  ],
  "version": "3.1.1",
  "homepage": "https://github.com/level/level-ttl",
  "authors": [
    "Rod Vagg <rod@vagg.org> (https://github.com/rvagg)"
  ],
  "keywords": [
    "leveldb",
    "levelup",
    "level",
    "ttl",
    "whoa dude!"
  ],
  "main": "./level-ttl.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/level/level-ttl.git"
  },
  "dependencies": {
    "after": ">=0.8.1 <0.9.0-0",
    "list-stream": ">=1.0.0 <1.1.0-0",
    "lock": "~0.1.2",
    "xtend": ">=4.0.0 <4.1.0-0"
  },
  "peerDependencies": {},
  "devDependencies": {
    "faucet": "0.0.1",
    "level-sublevel": "^6.4.6",
    "ltest": "^2.1.1",
    "slump": "^2.0.0",
    "tape": "^4.3.0",
    "bytewise": ">=0.8"
  },
  "scripts": {
    "test": "tape test.js | faucet"
  },
  "license": "MIT"
}
