From 9347ead988ec5e4f43d03fd5c63c33fdfb1512bb Mon Sep 17 00:00:00 2001 From: stisa Date: Sun, 5 Mar 2017 20:40:53 +0100 Subject: [PATCH] add ajax --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 562053b..4282adc 100644 --- a/packages.json +++ b/packages.json @@ -6045,5 +6045,19 @@ "description": "Logging library with support for async IO, multithreading, Journald.", "license": "LGPLv3", "web": "https://github.com/FedericoCeratto/nim-morelogging" + }, + { + "name": "ajax", + "url": "https://github.com/stisa/ajax", + "method": "git", + "tags": [ + "js", + "javascripts", + "ajax", + "xmlhttprequest" + ], + "description": "AJAX wrapper for nim js backend.", + "license": "MIT", + "web": "http://stisa.space/ajax/" } ]