{
  "name": "layer8",
  "version": "2.1.0",
  "description": "An organized framework for web and websocket services, putting consistency and data validation first.",
  "main": "./src/index.js",
  "scripts": {
    "test": "mocha"
  },
  "author": "Philip Stefou",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hashibuto/layer8.git"
  },
  "homepage": "https://github.com/hashibuto/layer8#readme",
  "keywords": [
    "REST",
    "websockets",
    "web service",
    "web framework",
    "web application",
    "koa",
    "express"
  ],
  "dependencies": {
    "ensuredata": "^1.0.1",
    "koa": "^2.12.1",
    "koa-router": "^9.0.1"
  },
  "devDependencies": {
    "mocha": "^8.1.3"
  }
}
