{
  "name": "flat-file-db",
  "version": "1.0.0",
  "repository": "git://github.com:mafintosh/flat-file-db.git",
  "author": "Mathias Buus <mathiasbuus@gmail.com>",
  "description": "Fast in-process flat file database that caches all data in memory",
  "dependencies": {
    "mkdirp": "~0.3.5"
  },
  "devDependencies": {
    "tap": "~0.4.6"
  },
  "scripts": {
    "test": "tap test.js"
  },
  "keywords": [
    "db",
    "flat",
    "file",
    "memory",
    "in",
    "process",
    "json",
    "files",
    "compact",
    "consistent",
    "fast"
  ]
}
