diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json index 6e8d9f1..ba898d2 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,13 @@ "eslint-plugin-hapi": "^4.0.0" }, "dependencies": { + "getenv": "^0.7.0", + "jsonwebtoken": "^7.2.1", + "koa": "^1.2.4", + "koa-jwt": "^1.2.0", + "koa-route": "^2.4.2", + "koa-static": "^2.0.0", + "oauth": "^0.9.15", + "pify": "^2.3.0" } } |