diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-03-05 23:56:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-05 23:56:33 +0000 |
| commit | 2407fa63e405dc8aee6de5b251b9046fc0cf88d9 (patch) | |
| tree | 53b8d62fbeb013f215006aa4a9a7b8f6f495e16f | |
| parent | c889b1045d9a21ef81edea6d657bfd6bfff53815 (diff) | |
| parent | 9347ead988ec5e4f43d03fd5c63c33fdfb1512bb (diff) | |
| download | packages-2407fa63e405dc8aee6de5b251b9046fc0cf88d9.tar.gz packages-2407fa63e405dc8aee6de5b251b9046fc0cf88d9.zip | |
Merge pull request #481 from stisa/add-ajax
add ajax
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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/" } ] |
