From 5ffe2e8c97f1af7b9a2964f2fb475c6f1fb378eb Mon Sep 17 00:00:00 2001 From: Shuvalov Anton Date: Tue, 1 Jul 2014 14:36:27 +0400 Subject: [PATCH] add koa.js --- share/apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/apps.json b/share/apps.json index 75fc58a8e..5cbc9114c 100644 --- a/share/apps.json +++ b/share/apps.json @@ -929,6 +929,12 @@ "headers": { "X-Powered-By": "^Express$" }, "implies": [ "node.js" ] }, + "Express": { + "website": "koajs.com", + "cats": [ 18 ], + "headers": { "X-Powered-By": "^koa$" }, + "implies": [ "node.js" ] + }, "total.js": { "website": "totaljs.com", "cats": [ 18 ],