From 6ce24cb665890d6182ac966f32d1bcdebbebbca1 Mon Sep 17 00:00:00 2001 From: Solitude Date: Thu, 25 Apr 2019 09:03:41 +0300 Subject: [PATCH] Add imageman package (#1071) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index cd7a9cb..d079f8b 100644 --- a/packages.json +++ b/packages.json @@ -13188,5 +13188,19 @@ "description": "ski is library for SKI combinator.", "license": "MIT", "web": "https://github.com/jiro4989/ski" + }, + { + "name": "imageman", + "url": "https://github.com/SolitudeSF/imageman", + "method": "git", + "tags": [ + "image", + "graphics", + "processing", + "manipulation" + ], + "description": "Image manipulation library", + "license": "MIT", + "web": "https://github.com/SolitudeSF/imageman" } ]