{
  "name": "test-fake-server",
  "version": "2.11.0",
  "description": "simple way to create node http server",
  "main": "index.js",
  "bin": {
    "test-fake-server": "./bin/test-fake-server"
  },
  "scripts": {
    "test": "mocha --harmony --timeout 5000 --trace-deprecation  $(find ./specs/ -path '*.spec.*')"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/potapovDim/test-fake-server.git"
  },
  "keywords": [
    "HTTP",
    "fake-server",
    "REST",
    "REST-Api",
    "test-fake-server",
    "API",
    "MOCK",
    "MOCK-BACKEND",
    "JSON-Server",
    "STATIC-SERVER"
  ],
  "author": {
    "name": "Dmytro Potapov <potapovDim>",
    "email": "potapovd3012@gmail.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/potapovDim/test-fake-server/issues"
  },
  "dependencies": {
    "@koa/cors": "^5.0.0",
    "koa": "^2.15.3",
    "koa-bearer-token": "^1.0.0",
    "koa-bodyparser": "^4.4.1",
    "koa-logger": "^3.2.0",
    "koa-router": "^13.0.1",
    "minimist": "^1.2.5",
    "sat-utils": "^1.0.1"
  },
  "homepage": "https://github.com/potapovDim/test-fake-server#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0"
  }
}
