{
  "name": "jsondown",
  "version": "1.0.0",
  "description": "A drop-in replacement for LevelDOWN that writes to a JSON file on disk",
  "main": "./jsondown.js",
  "keywords": [
    "leveldb",
    "leveldown",
    "levelup",
    "json"
  ],
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "memdown": "1.4.1",
    "mkdirp": "0.5.1"
  },
  "peerDependencies": {
    "abstract-leveldown": "*"
  },
  "devDependencies": {
    "abstract-leveldown": "3.0.x",
    "levelup": "2.0.1",
    "tape": "2.13.x",
    "rimraf": "2.6.2"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "homepage": "https://github.com/toolness/jsondown",
  "repository": {
    "type": "git",
    "url": "https://github.com/toolness/jsondown.git"
  },
  "author": "Atul Varma <varmaa@gmail.com>",
  "license": "BSD"
}
