[WIP] first working prototype of the HKP server

This commit is contained in:
Tankred Hase
2016-05-26 09:58:50 +02:00
parent ce2b24d83d
commit 992fd0a4e0
5 changed files with 312 additions and 1 deletions

View File

@@ -13,7 +13,11 @@
"test": "grunt test"
},
"dependencies": {
"mongodb": "^2.1.20"
"co": "^4.6.0",
"koa": "^1.2.0",
"koa-router": "^5.4.0",
"mongodb": "^2.1.20",
"npmlog": "^2.0.4"
},
"devDependencies": {
"chai": "^3.5.0",