From cf88aa49baa051daf19dd5cd3308072a298b31c2 Mon Sep 17 00:00:00 2001 From: BrendanBenshoof Date: Mon, 30 Jun 2014 11:44:59 -0400 Subject: [PATCH] added vectors package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 3afcb17..caed27d 100644 --- a/packages.json +++ b/packages.json @@ -760,4 +760,13 @@ "license": "WTFPL", "web": "https://github.com/flyx/emerald" } + { + "name": "vectors", + "url": "git://github.com/blamestross/nimrod-vectors", + "method": "git", + "tags": ["math", "vectors","library"], + "description": "Simple multidimensional vector math", + "license": "MIT", + "web": "https://github.com/blamestross/nimrod-vectors" + } ]