From 0ac2a6353cdebcccbe53f6077923ccd855ab7be6 Mon Sep 17 00:00:00 2001 From: treeform Date: Mon, 26 Feb 2018 01:13:45 -0800 Subject: [PATCH] Add useragents library. (#660) * Add useragents library. * no spaes in tags --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1914727..4171c39 100644 --- a/packages.json +++ b/packages.json @@ -8256,5 +8256,17 @@ "description": "A client for the Pwned passwords API.", "license": "MIT", "web": "https://github.com/dom96/pwned" + }, + { + "name": "useragents", + "url": "https://github.com/treeform/useragents", + "method": "git", + "tags": [ + "library", + "useragent" + ], + "description": "User Agent parser for nim.", + "license": "MIT", + "web": "https://github.com/treeform/useragents" } ]