UNPKG

generic-mongodb-services

Version:

Implements basic Crud services for a collection using the native mongodb server.

51 lines (50 loc) 963 B
{ "name": "generic-mongodb-services", "version": "1.16.0", "description": "", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/franciscosucre/generic-mongodb-services.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/franciscosucre/generic-mongodb-services/issues" }, "homepage": "https://github.com/franciscosucre/generic-mongodb-services#readme", "dependencies": { "mongodb": "^3.1.9" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "mocha": "^5.2.0" }, "keywords": [ "mongodb", "mongo", "document", "documents", "subdocument", "subdocuments", "crud", "create", "read", "update", "patch", "remove", "list", "find", "query", "queries", "sort", "projection" ] }