UNPKG

eventric-testing

Version:
56 lines (55 loc) 1.37 kB
{ "name": "eventric-testing", "version": "0.17.0", "description": "Testing helpers for eventric.js", "keywords": [ "behavior-first", "ddd", "bdd", "cqrs", "eventsourcing", "reactive", "eventric" ], "repository": { "type": "git", "url": "https://github.com/efacilitation/eventric-testing.git" }, "main": "dist/release/eventric_testing.js", "scripts": { "test": "gulp lint && gulp specs", "prepublish": "gulp build" }, "devDependencies": { "chai": "3.5.0", "coffee-loader": "0.7.2", "coffee-script": "1.11.1", "commonjs-require": "1.4.6", "es6-promise": "4.0.5", "eventric": "0.25.*", "gulp": "3.9.1", "gulp-coffee": "2.3.3", "gulp-coffeelint": "0.6.0", "gulp-mocha": "3.0.1", "gulp-util": "3.0.7", "karma": "1.3.0", "karma-mocha": "1.3.0", "karma-phantomjs-launcher": "1.0.2", "karma-spec-reporter": "0.0.26", "mocha": "3.1.2", "run-sequence": "1.2.2", "sinon": "1.17.6", "sinon-chai": "2.8.0", "webpack-stream": "3.2.0" }, "dependencies": { "deep-equal": "1.0.1", "eventric-remote-inmemory": "0.1.1" }, "author": "efa-GmbH <team@efa-gmbh.com>", "license": "MIT", "bugs": { "url": "https://github.com/efacilitation/eventric/issues" }, "homepage": "https://github.com/efacilitation/eventric#readme" }