From b5e14fdf70df9c16ef42b0e451ba703b96cc6cdb Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Thu, 21 Sep 2017 14:32:30 -0300 Subject: [PATCH] Added package arraymancer_vision --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index f1b3e82..39ad5d3 100644 --- a/packages.json +++ b/packages.json @@ -7247,5 +7247,18 @@ "description": "Allows statistics to be sent to and recorded in Google Analytics.", "license": "MIT", "web": "https://github.com/dom96/analytics" + }, + { + "name": "arraymancer_vision", + "url": "https://github.com/edubart/arraymancer-vision", + "method": "git", + "tags": [ + "arraymancer", + "image", + "vision" + ], + "description": "Image transformation and visualization utilities for arraymancer", + "license": "Apache License 2.0", + "web": "https://github.com/edubart/arraymancer-vision" } ]