diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-08-13 23:12:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-13 23:12:12 +0100 |
| commit | 67f0f7b48b2789d402714003670bfcc7ab76da14 (patch) | |
| tree | 6319be082109e0d2e48ae85fc77ee8487f68dcc0 | |
| parent | f693359c26fe051108779e387a131b824e788881 (diff) | |
| parent | b3281391125fe050f727635200cc20233a3ea086 (diff) | |
| download | packages-67f0f7b48b2789d402714003670bfcc7ab76da14.tar.gz packages-67f0f7b48b2789d402714003670bfcc7ab76da14.zip | |
Merge pull request #564 from GULPF/add-nimquery
Add package nimquery
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
