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.
 

34 lines
711 B

{
"name": "mongojs",
"description": "Easy to use module that implements the mongo api",
"keywords": [
"mongo",
"db",
"mongodb"
],
"version": "0.9.4",
"repository": "git://github.com/mafintosh/mongojs.git",
"contributors": [
"Mathias Buus Madsen <mathiasbuus@gmail.com>",
"Ian Jorgensen",
"Eduardo Sorribas",
"Taeho Kim",
"Forbes Lindesay",
"Robert S.",
"Srirangan",
"Erkan Yilmaz",
"Jake Maskiewicz",
"Bjarke Walling",
"Tobias Baunbæk",
"Benedikt Arnold",
"Kevin McTigue"
],
"dependencies": {
"thunky": "~0.1.0",
"readable-stream": "~1.1.8",
"mongodb": "~1.3.19"
},
"scripts": {
"test": "node ./tests"
}
}