{
  "name": "rest-flat-file-db",
  "version": "1.2.1",
  "description": "REST API for flat-file-db",
  "main": "index.js",
  "bin": {
    "rest-flat": "./bin.js"
  },
  "author": "balazs4 <balazs4web@gmail.com>",
  "license": "MIT",
  "scripts": {
    "start": "DEBUG=rest-flat node start.js",
    "test": "jest --coverage"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "flat-file-db": "^1.0.0",
    "koa": "^2.4.1",
    "koa-bodyparser": "^4.2.0",
    "koa-path-match": "^2.0.0",
    "uuid": "^3.1.0"
  },
  "devDependencies": {
    "jest": "^22.0.4",
    "request-promise-native": "^1.0.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balazs4/rest-flat-file-db.git"
  },
  "keywords": [
    "flat-file-db",
    "rest",
    "api",
    "db",
    "database"
  ],
  "bugs": {
    "url": "https://github.com/balazs4/rest-flat-file-db/issues"
  },
  "homepage": "https://github.com/balazs4/rest-flat-file-db#readme"
}
