summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index ef9e0c5..2b131cb 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,8 @@
"dependencies": {
"koa": "^2.15.2",
"koa-body": "^6.0.1",
- "koa-router": "^12.0.1"
+ "koa-router": "^12.0.1",
+ "microtime": "^3.1.1",
+ "request": "^2.88.2"
}
}