{
  "name": "one.io",
  "version": "1.0.26",
  "description": "A feature-rich routing middleware for koa",
  "main": "build/src/index.js",
  "typings": "build/src/index.d.ts",
  "scripts": {
    "build": "tsc",
    "tsc": "tsc -w",
    "clean": "rm -rf build",
    "bare-test": "mocha build/test/index.js",
    "test": "istanbul cover _mocha build/test",
    "coveralls": "cat coverage/lcov.info | coveralls"
  },
  "author": "ephoton",
  "license": "MIT",
  "keywords": [
    "one.io",
    "middleware for koa"
  ],
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "@types/bcryptjs": "^2.4.1",
    "@types/bluebird": "^3.5.16",
    "@types/co-body": "^0.0.2",
    "@types/content-type": "^1.1.1",
    "@types/debug": "^0.0.30",
    "@types/fs-extra": "^4.0.3",
    "@types/koa": "^2.0.39",
    "@types/lodash": "^4.14.77",
    "@types/redis": "^2.6.1",
    "@types/validator": "^6.3.0",
    "bcryptjs": "^2.4.3",
    "bluebird": "^3.5.1",
    "chalk": "^2.3.0",
    "co-body": "^5.1.1",
    "content-type": "^1.0.4",
    "debug": "^3.1.0",
    "formidable": "^1.2.1",
    "fs-extra": "^4.0.2",
    "koa": "^2.3.0",
    "lodash": "^4.17.4",
    "redis": "^2.8.0",
    "validator": "^9.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/formidable": "^1.0.31",
    "@types/mocha": "^2.2.44",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^4.0.1",
    "typescript": "^2.6.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ephoton/one.io.git"
  },
  "bugs": {
    "url": "https://github.com/ephoton/one.io/issues"
  },
  "homepage": "https://github.com/ephoton/one.io#readme"
}
