diff options
| author | stisa <stisa4@gmail.com> | 2017-03-05 20:40:53 +0100 |
|---|---|---|
| committer | stisa <stisa4@gmail.com> | 2017-03-05 20:40:53 +0100 |
| commit | 9347ead988ec5e4f43d03fd5c63c33fdfb1512bb (patch) | |
| tree | 53b8d62fbeb013f215006aa4a9a7b8f6f495e16f | |
| parent | c889b1045d9a21ef81edea6d657bfd6bfff53815 (diff) | |
| download | packages-9347ead988ec5e4f43d03fd5c63c33fdfb1512bb.tar.gz packages-9347ead988ec5e4f43d03fd5c63c33fdfb1512bb.zip | |
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/" } ] |
