UNPKG

wr-eventstore

Version:

Node-eventstore is a node.js module for multiple databases. It can be very useful as eventstore if you work with (d)ddd, cqrs, eventsourcing, commands and events, etc.

71 lines (70 loc) 1.58 kB
{ "author": "Winston Ralph", "name": "wr-eventstore", "version": "1.0.8", "contributors": [ { "name": "Adriano Raiano", "email": "adriano@raiano.ch" }, { "name": "Jan Muehlemann", "email": "jan.muehlemann@gmail.com" }, { "name": "Winston Ralph", "email": "winstonralph@gmail.com" } ], "private": false, "repository": { "type": "git", "url": "git@github.com:winston-ralph/node-eventstore.git" }, "description": "Node-eventstore is a node.js module for multiple databases. It can be very useful as eventstore if you work with (d)ddd, cqrs, eventsourcing, commands and events, etc.", "keywords": [ "cqrs", "eventstore", "ddd", "(d)ddd", "eventsourcing", "mongodb", "redis", "tingodb", "azure", "azuretable", "inmemory", "elasticsearch" ], "main": "./index.js", "directories": { "lib": "./lib" }, "engines": { "node": ">=0.8.0" }, "dependencies": { "async": "2.6.2", "debug": "3.1.0", "jsondate": "0.0.1", "lodash": "^4.17.19", "parent-require": "1.0.0", "tolerance": "1.0.0", "uuid": "3.3.3" }, "devDependencies": { "aws-sdk": ">=2.4.9", "azure-storage": ">=0.10.0", "cradle": ">=0.7.1", "elasticsearch": ">=10.0.0", "eslint": ">=1.0.0", "expect.js": ">=0.1.2", "mocha": "3.x.x", "mongodb": "2.1.x", "redis": ">=0.10.1", "tingodb": ">=0.0.1" }, "scripts": { "test": "mocha" } }