From b3281391125fe050f727635200cc20233a3ea086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oscar=20Nihlg=C3=A5rd?= Date: Sun, 13 Aug 2017 22:59:39 +0200 Subject: [PATCH] Added package nimquery --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f0e3c10..be24577 100644 --- a/packages.json +++ b/packages.json @@ -6990,5 +6990,18 @@ "description": "A collection of easing curves for animation purposes.", "license": "BSD", "web": "https://github.com/Skrylar/skEasing" + }, + { + "name": "nimquery", + "url": "https://github.com/GULPF/nimquery", + "method": "git", + "tags": [ + "html", + "scraping", + "web" + ], + "description": "Library for querying HTML using CSS-selectors, like JavaScripts document.querySelector", + "license": "MIT", + "web": "https://github.com/GULPF/nimquery" } ]