{
  "name": "level-option-wrap",
  "version": "1.1.0",
  "description": "wrap `opts.{{g,l}{t,e,te},start,end}` arguments with functions",
  "main": "index.js",
  "dependencies": {
    "defined": "~0.0.0"
  },
  "devDependencies": {
    "covert": "^1.0.1",
    "tape": "^3.0.0"
  },
  "scripts": {
    "test": "tape test/*.js",
    "coverage": "covert test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/level-option-wrap.git"
  },
  "homepage": "https://github.com/substack/level-option-wrap",
  "keywords": [
    "level",
    "database",
    "options",
    "createReadStream",
    "opts",
    "prefix",
    "wrapper"
  ],
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "license": "MIT"
}
