{
  "name": "akb",
  "version": "2.0.5",
  "main": "./index.js",
  "scripts": {
    "dev": "NODE_ENV=development node test",
    "test": "./node_modules/.bin/mocha --colors --require should tests/support/babel tests/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/searchfe/akb.git"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "chokidar": "^1.6.1",
    "co": "^4.6.0",
    "cron": "^1.2.1",
    "etpl": "^3.2.0",
    "glob": "^7.1.1",
    "koa": "~2.0.0",
    "koa-bodyparser": "^3.2.0",
    "koa-compose": "^3.2.1",
    "koa-generic-session": "^1.11.3",
    "lodash": "^4.16.0",
    "node-ral": "^0.15.1",
    "path-to-regexp": "^1.6.0",
    "send": "^0.14.1",
    "winston": "^2.3.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-async-to-generator": "^6.8.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2016": "^6.22.0",
    "babel-preset-stage-2": "^6.22.0",
    "babel-register": "^6.23.0",
    "mocha": "^3.1.2",
    "should": "^11.1.1",
    "supertest": "^2.0.1"
  },
  "contributors": [
    {
      "name": "sekiyika",
      "email": "px.pengxing@gmail.com"
    }
  ]
}
