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.

25 lines
510 B

14 years ago
{
"name": "mongojs",
"description": "a simple mongo module that implements the mongo api",
"keywords": [
"mongo",
"db",
"mongodb"
],
12 years ago
"version": "0.7.6",
"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.2.8",
12 years ago
"thunky": "~0.1.0",
"readable-stream": "~1.0.2"
},
"scripts": {
"test": "node ./tests"
}
14 years ago
}