From 7579b076a8d0e5589e304ac85633b80e8ddc78d0 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Fri, 30 Dec 2016 14:04:01 +0200 Subject: [PATCH] Add kiwi package (#447) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c5c3cd4..e869f7a 100644 --- a/packages.json +++ b/packages.json @@ -5618,5 +5618,18 @@ "description": "Simple extensible implementation of Porter stemmer algorithm", "license": "MIT", "web": "https://github.com/iourinski/porter" + }, + { + "name": "kiwi", + "url": "https://github.com/yglukhov/kiwi", + "method": "git", + "tags": [ + "cassowary", + "constraint", + "solving" + ], + "description": "Cassowary constraint solving", + "license": "MIT", + "web": "https://github.com/yglukhov/kiwi" } ]