diff options
| author | LemonBoy <LemonBoy@users.noreply.github.com> | 2019-02-06 20:38:48 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-02-06 20:38:48 +0100 |
| commit | 03eb331729ad17c8393420019f05d68d9c2968ef (patch) | |
| tree | f59e1fdfb0842b4b96e2ce9ecd8cd3e32e4d3bd9 | |
| parent | dae61764704b6af6497547b304fde40bae2bcde3 (diff) | |
| download | packages-03eb331729ad17c8393420019f05d68d9c2968ef.tar.gz packages-03eb331729ad17c8393420019f05d68d9c2968ef.zip | |
Added package jstin (#1004)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 315d5d3..55125dd 100644 --- a/packages.json +++ b/packages.json @@ -12611,6 +12611,21 @@ "web": "https://github.com/juancarlospaco/nim-firejail" }, { + "name": "jstin", + "url": "https://github.com/LemonBoy/jstin", + "method": "git", + "tags": [ + "json", + "serialize", + "deserialize", + "easy", + "simple" + ], + "description": "JS {de,}serialization as it says on the tin", + "license": "MIT", + "web": "https://github.com/LemonBoy/jstin" + }, + { "name": "compactdict", "url": "https://github.com/LemonBoy/compactdict", "method": "git", |
