From 2e631ebe816a35fa6565b7102c4d51beaa137e44 Mon Sep 17 00:00:00 2001 From: Billingsly Wetherfordshire Date: Mon, 24 Mar 2014 20:03:19 -0500 Subject: [PATCH] added mongo --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index a5a3de4..80704fa 100644 --- a/packages.json +++ b/packages.json @@ -614,4 +614,13 @@ "license":"WTFPL", "web":"https://github.com/fowlmouth/horde3d" }, + { + "name":"mongo", + "url":"git://github.com/nimrod-code/mongo", + "method":"git", + "tags":["library","wrapper","database"], + "description":"Bindings and a high-level interface for MongoDB", + "license":"MIT", + "web":"https://github.com/nimrod-code/mongo" + }, ]