aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 7ba9018..aab0d9f 100644
--- a/packages.json
+++ b/packages.json
@@ -858,5 +858,14 @@
"description": "Convert CSV files to JSON",
"license": "MIT",
"web": "https://github.com/achesak/nimrod-csv2json"
+ },
+ {
+ "name": "vecmath",
+ "url": "git://github.com/barcharcraz/vecmath",
+ "method": "git",
+ "tags": ["library", "math", "vector"],
+ "description": "various vector maths utils for nimrod",
+ "license": "MIT",
+ "web": "https://github.com/barcharcraz/vecmath"
}
]