diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-31 13:11:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-31 13:11:35 +0100 |
| commit | a6e3e09ead23ad4e0fb327d0298801768cda1ad9 (patch) | |
| tree | f7997410d1be1152595148456d28914715e11978 /packages.json | |
| parent | 94acdeeaf364b13dc522c0a14388fcbfa627c089 (diff) | |
| parent | bb1b43a652591e9bc6ea2d87bb8623fe75b1deee (diff) | |
| download | packages-a6e3e09ead23ad4e0fb327d0298801768cda1ad9.tar.gz packages-a6e3e09ead23ad4e0fb327d0298801768cda1ad9.zip | |
Merge pull request #757 from JohnAD/master
Added webterminal package
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4c38e05..c19c68d 100644 --- a/packages.json +++ b/packages.json @@ -9523,6 +9523,19 @@ "web": "https://github.com/leonardoce/nim-clickhouse" }, { + "name": "webterminal", + "url": "https://github.com/JohnAD/webterminal", + "method": "git", + "tags": [ + "javascript", + "terminal", + "tty" + ], + "description": "Very simple browser Javascript TTY web terminal", + "license": "MIT", + "web": "https://github.com/JohnAD/webterminal" + }, + { "name": "hpack", "url": "https://github.com/nitely/nim-hpack", "method": "git", |
