monqodb
Version:
The mongodb Q promises wrapper that we use at Crowdference
34 lines (33 loc) • 785 B
JSON
{
"name": "monqodb",
"description": "The mongodb Q promises wrapper that we use at Crowdference",
"keywords": [
"mongo",
"mongodb",
"Q",
"promises"
],
"homepage": "https://github.com/crowdference/monqodb",
"bugs": {
"url": "https://github.com/crowdference/monqodb/issues",
"email": "antonio.fernandez@crowdference.org"
},
"license": "GPL-2.0",
"author": {
"name": "Antonio Fernández",
"email": "antonio.fernandez@crowdference.org",
"url": "http://blog.pykiss.com/"
},
"main": "monqodb",
"repository": {
"type": "git",
"url": "git+https://github.com/crowdference/monqodb.git"
},
"version": "0.4.7",
"private": false,
"dependencies": {
"lodash": "^2.4.1",
"mongodb": "^1.4.39",
"q": "^1.1.2"
}
}