{
  "name": "pathdb",
  "version": "1.1.0",
  "description": "Database built on levelup/leveldb that stores javascript objects as a series of paths and values.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eugeneware/pathdb"
  },
  "keywords": [
    "leveldb",
    "levelup",
    "database",
    "nosql",
    "slice",
    "path",
    "pathdb",
    "paths",
    "firedup",
    "firebase"
  ],
  "author": "Eugene Ware <eugene@noblesamurai.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/eugeneware/pathdb/issues"
  },
  "dependencies": {
    "changeset": "^0.2.1",
    "clone": "^0.1.11",
    "deferential": "^1.0.0",
    "errno": "^0.1.0",
    "pathos": "^2.0.0"
  },
  "devDependencies": {
    "after": "^0.8.1",
    "bytewise": "^1.1.0",
    "expect.js": "^0.3.1",
    "level": "^1.5.0",
    "level-promise": "^2.1.1",
    "mocha": "^3.2.0",
    "observejs": "^0.0.2",
    "rimraf": "^2.5.4",
    "through2": "^2.0.3"
  }
}
