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.
 

14 lines
431 B

{
"name":"mongojs",
"description":"a simple mongo module that implements the mongo api",
"keywords": ["mongo", "db", "mongodb"],
"version":"0.4.4",
"repository": {"type": "git", "url": "git://github.com/gett/mongojs.git"},
"author": "Ge.tt <hello@ge.tt>",
"contributors": [
"Mathias Buus Madsen <m@ge.tt>",
"Ian Jorgensen <i@ge.tt>"
],
"main":"./index.js",
"dependencies": {"common":">=0.1.0", "mongodb":"1.x.x"}
}