@arpinum/mongodb
Version:
Promise friendly wrapper around mongodb js driver.
32 lines (31 loc) • 670 B
JSON
{
"name": "@arpinum/mongodb",
"version": "0.0.12",
"description": "Promise friendly wrapper around mongodb js driver.",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"test": "./node_modules/.bin/eslint .",
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"
},
"repository": "arpinum/js-mongodb",
"keywords": [
"Mongo",
"Database"
],
"author": "Arpinum",
"license": "MIT",
"devDependencies": {
"eslint": "^2.0.0",
"eslint-config-arpinum": "^3.0.0"
},
"dependencies": {
"bluebird": "^3.1.1",
"lodash": "^4.0.1",
"mongodb": "^2.1.2"
}
}