UNPKG

bulkmanager

Version:

mongodb bulk manager, supports only update operation

23 lines (22 loc) 518 B
{ "name": "bulkmanager", "version": "2.1.2", "description": "mongodb bulk manager, supports only update operation", "main": "index.js", "scripts": { "start": "node index.js" }, "author": "gulet", "license": "ISC", "dependencies": { "mongodb": "^3.2.7" }, "repository": { "type": "git", "url": "git+https://github.com/Salkcid/BulkManager.git" }, "bugs": { "url": "https://github.com/Salkcid/BulkManager/issues" }, "keywords": ["mongodb", "bulk", "manager", "update"] }