diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-24 20:03:19 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-24 20:03:19 -0500 |
| commit | 2e631ebe816a35fa6565b7102c4d51beaa137e44 (patch) | |
| tree | 8fee0daa61374da64902065586e9d317ee38b166 | |
| parent | a87173710c9e9f27fa9ce6e383e168bbdea628a4 (diff) | |
| download | packages-2e631ebe816a35fa6565b7102c4d51beaa137e44.tar.gz packages-2e631ebe816a35fa6565b7102c4d51beaa137e44.zip | |
added mongo
| -rw-r--r-- | packages.json | 9 |
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" + }, ] |
