{
  "name": "scaffold-koa",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "babel-core": "^6.26.0",
    "config": "^1.26.2",
    "glob": "^7.1.2",
    "koa": "^2.3.0",
    "koa-bodyparser": "^4.2.0",
    "koa-compress": "^2.0.0",
    "koa-convert": "^1.2.0",
    "koa-csrf": "^3.0.6",
    "koa-favicon": "^2.0.0",
    "koa-flash": "^1.0.0",
    "koa-helmet": "^3.2.0",
    "koa-json": "^2.0.2",
    "koa-log4": "^2.2.1",
    "koa-logger": "^3.0.1",
    "koa-onerror": "^3.1.0",
    "koa-redis": "^3.0.0",
    "koa-router": "^7.2.1",
    "koa-session": "^5.5.0",
    "mysql2": "^1.4.2",
    "sequelize": "^4.8.0"
  },
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-decorators": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "eslint": "^4.5.0",
    "nodemon": "^1.11.0",
    "standard": "^10.0.3"
  },
  "scripts": {
    "dev": "NODE_CONFIG_DIR=$(pwd)/src/config nodemon index.js",
    "lint": "standard --parser babel-eslint",
    "lint:fix": "standard --parser babel-eslint --fix",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT"
}
