{
  "name": "koa-stormpath",
  "version": "1.4.3",
  "description": "Build simple, secure web applications with Stormpath and koa!",
  "keywords": [
    "koa",
    "stormpath",
    "authentication",
    "api",
    "service",
    "users",
    "accounts"
  ],
  "scripts": {
    "lint": "./node_modules/eslint/bin/eslint.js -c .eslintrc lib/** test/** --ignore-pattern **/*.yml --quiet"
  },
  "repository": "stormpath/koa-stormpath",
  "author": "Luis Miranda",
  "license": "Apache-2.0",
  "main": "./index",
  "dependencies": {
    "async": "^2.0.1",
    "body": "^5.1.0",
    "bytes": "^2.2.0",
    "cookie-parser": "^1.3.5",
    "cookies": "^0.6.1",
    "deep-extend": "^0.4.1",
    "forms": "^1.1.4",
    "jade": "^1.11.0",
    "koa": "^2.0.0-alpha.7",
    "koa-bodyparser": "^3.2.0",
    "koa-convert": "^1.2.0",
    "koa-logger": "^2.0.0",
    "koa-route": "^3.2.0",
    "koa-router": "^7.0.1",
    "lodash": "^4.6.1",
    "njwt": "^0.3.1",
    "parse-iso-duration": "^1.0.0",
    "qs": "^6.0.2",
    "request": "^2.63.0",
    "stormpath": "^0.18.5",
    "stormpath-config": "^0.0.24",
    "utils-merge": "^1.0.0",
    "uuid": "^2.0.1",
    "winston": "^2.1.1"
  },
  "devDependencies": {
    "cheerio": "^0.20.0",
    "coveralls": "^2.11.2",
    "eslint": "^2.13.1",
    "istanbul": "^0.4.0",
    "js-yaml": "^3.5.4",
    "mocha": "^2.5.3",
    "mocha-lcov-reporter": "^1.0.0",
    "sinon": "^1.17.3",
    "supertest": "^2.0.0"
  }
}
