{
  "name": "noflow",
  "version": "0.8.11",
  "description": "A minimal server middleware composer for the future.",
  "main": "lib/index.js",
  "scripts": {
    "no": "no",
    "test": "no test",
    "prepublish": "no build"
  },
  "nofile": {
    "autoInstallDeps": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ysmood/noflow"
  },
  "files": [
    "lib/*.{js,d.ts}"
  ],
  "keywords": [
    "api",
    "app",
    "server",
    "http",
    "router",
    "web",
    "promise",
    "async",
    "await",
    "es7"
  ],
  "author": "http://ysmood.org",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ysmood/noflow/issues"
  },
  "homepage": "https://github.com/ysmood/noflow",
  "dependencies": {
    "yaku": "0.18.2"
  },
  "devDependencies": {
    "@types/node": "8.0.16",
    "body-parser": "1.17.2",
    "cookie-session": "^2.0.0-beta.2",
    "express": "4.15.3",
    "junit": "1.4.9",
    "koa": "2.3.0",
    "nokit": "0.24.5",
    "path-to-regexp": "1.7.0",
    "send": "0.15.3",
    "tslint": "5.5.0",
    "typescript": "2.4.2"
  }
}
