aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBillingsly Wetherfordshire <phowl.mouth@gmail.com>2014-03-24 20:03:19 -0500
committerBillingsly Wetherfordshire <phowl.mouth@gmail.com>2014-03-24 20:03:19 -0500
commit2e631ebe816a35fa6565b7102c4d51beaa137e44 (patch)
tree8fee0daa61374da64902065586e9d317ee38b166
parenta87173710c9e9f27fa9ce6e383e168bbdea628a4 (diff)
downloadpackages-2e631ebe816a35fa6565b7102c4d51beaa137e44.tar.gz
packages-2e631ebe816a35fa6565b7102c4d51beaa137e44.zip
added mongo
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
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"
+ },
]