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
709 B

{
"name": "mongojs",
"description": "a simple mongo module that implements the mongo api",
"keywords": [
"mongo",
"db",
"mongodb"
],
"version": "0.7.7",
"repository": "git://github.com/gett/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": {
"mongodb": ">=1.2.8",
"thunky": "~0.1.0",
"readable-stream": "~1.0.2"
},
"scripts": {
"test": "node ./tests"
}
}