{
  "name": "nb-json-db",
  "version": "0.1.13",
  "description": "simple db server using json",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/muralikrishnat/nb-json-db.git"
  },
  "keywords": [
    "db",
    "json",
    "server",
    "rest"
  ],
  "dependencies": {
    "cookie": "^0.2.3",
    "formidable": "^1.0.17",
    "lodash": "^4.5.1",
    "lrucache": "^1.0.0"
  },
  "author": "Muralikrishna <muralikrishna8811@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/muralikrishnat/nb-json-db/issues"
  },
  "homepage": "https://github.com/muralikrishnat/nb-json-db#readme"
}
