From 65d1a1773152a052358be647f042fb973da516ac Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Sun, 10 May 2020 16:47:43 -0600 Subject: [PATCH] Added package halonium --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 5dc4dee..86df408 100644 --- a/packages.json +++ b/packages.json @@ -17794,5 +17794,20 @@ "description": "parse datetime from various resources", "license": "MIT", "web": "https://github.com/bung87/datetime_parse" + }, + { + "name": "halonium", + "url": "https://github.com/halonium/halonium", + "method": "git", + "tags": [ + "selenium", + "automation", + "web", + "testing", + "test" + ], + "description": "A browser automation library written in Nim", + "license": "MIT", + "web": "https://github.com/halonium/halonium" } ]