diff options
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 0a08186..6e8f7b1 100644 --- a/packages.json +++ b/packages.json @@ -9192,6 +9192,22 @@ "web": "https://github.com/dom96/httpbeast" }, { + "name": "datetime2human", + "url": "https://github.com/juancarlospaco/nim-datetime2human", + "method": "git", + "tags": [ + "date", + "time", + "datetime", + "ISO-8601", + "human", + "minimalism" + ], + "description": "Human friendly DateTime string representations, seconds to millenniums.", + "license": "LGPLv3", + "web": "https://github.com/juancarlospaco/nim-datetime2human" + }, + { "name": "sass", "url": "https://github.com/dom96/sass", "method": "git", |
