From b2269df3cc3ba09034cfcfe665649e108403235d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0irka?= Date: Sun, 16 Mar 2014 22:46:37 +0100 Subject: [PATCH] added: total.js I added total.js - web application framework for node.js --- share/apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/apps.json b/share/apps.json index 45fd46e24..8be57ef9c 100644 --- a/share/apps.json +++ b/share/apps.json @@ -897,6 +897,12 @@ "headers": { "X-Powered-By": "^Express$" }, "implies": [ "Connect", "node.js" ] }, + "total.js": { + "website": "totaljs.com", + "cats": [ 18 ], + "headers": { "X-Powered-By": "^total\\.js" }, + "implies": [ "node.js" ] + }, "ExpressionEngine": { "website": "expressionengine.com", "cats": [ 1 ],