UNPKG

micro-toolkit-event-storage-mongo

Version:

A mongodb implementation of the event storage interface

44 lines (43 loc) 1.17 kB
{ "name": "micro-toolkit-event-storage-mongo", "version": "1.1.0", "description": "A mongodb implementation of the event storage interface", "main": "index.js", "scripts": { "test": "NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha", "test-debug": "NODE_ENV=test mocha --watch", "lint": "eslint ." }, "keywords": [ "micro-toolkit", "zeromq", "pub-sub", "microservices", "event", "storage" ], "repository": { "type": "git", "url": "git+https://github.com/micro-toolkit/event-storage-mongo.git" }, "author": "Pedro Januário <prnjanuario@gmail.com> (http://shared-mind.tumblr.com/)", "license": "MIT", "bugs": { "url": "https://github.com/micro-toolkit/event-storage-mongo/issues" }, "homepage": "https://github.com/micro-toolkit/event-storage-mongo#readme", "dependencies": { "bluebird": "^3.5.1", "lodash": "^4.17.4", "mongoose": "^4.13.4" }, "devDependencies": { "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "eslint": "^4.11.0", "eslint-plugin-node": "^5.2.1", "istanbul": "^0.4.5", "mocha": "^4.0.1", "mocha-mongoose": "^1.2.0" } }