You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

18 lines
412 B

{
"name":"mongojs",
"description":"a simple mongo module that implements the mongo api",
"keywords": ["mongo", "db", "mongodb"],
"version":"0.6.1",
"repository": "git://github.com/gett/mongojs.git",
"author": "Ge.tt <hello@ge.tt>",
"contributors": [
"Mathias Buus Madsen <m@ge.tt>",
"Ian Jorgensen <i@ge.tt>"
],
"dependencies": {
"mongodb":"1.x.x"
},
"scripts": {
"test":"node ./tests"
}
}