UNPKG

eventric

Version:

Build JavaScript applications with Behaviour-driven Domain Design. Based on DDD, BDD, CQRS and EventSourcing.

72 lines (71 loc) 1.68 kB
{ "name": "eventric", "description": "Build JavaScript applications with Behaviour-driven Domain Design. Based on DDD, BDD, CQRS and EventSourcing.", "url": "http://eventricjs.org", "keywords": [ "bdd", "bddd", "cqrs", "ddd", "dddd", "eventsourcing", "eventric" ], "author": "eFa Team <team@efa-gmbh.com>", "version": "0.1.9", "repository": { "type": "git", "url": "https://github.com/efacilitation/eventric.git" }, "main": "build/node/index.js", "scripts": { "test": "node_modules/.bin/gulp spec", "prepublish": "node_modules/.bin/gulp build" }, "devDependencies": { "canonical-path": "*", "chai": "*", "coffee-script": "*", "commonjs-require": "*", "dgeni": "*", "dgeni-packages": "*", "growler": "*", "gulp": "*", "gulp-util": "*", "gulp-mocha": "*", "gulp-watch": "*", "gulp-karma": "*", "gulp-coffee": "*", "gulp-concat": "*", "gulp-newer": "*", "gulp-wrap-commonjs": "*", "gulp-uglify": "*", "gulp-bump": "*", "karma": "*", "karma-coffee-preprocessor": "*", "karma-phantomjs-launcher": "*", "karma-spec-reporter": "*", "karma-mocha": "*", "mockery": "*", "mocha": "*", "rimraf": "*", "run-sequence": "*", "sinon": "*", "sinon-chai": "*", "lodash": "*", "merge-stream": "*", "gulp-jade": "~0.8.0", "gulp-webserver": "~0.8.2", "gulp-sass": "~1.0.0", "protractor": "~1.3.1" }, "dependencies": { "es6-promise": "1.0.0" }, "licenses": [ { "type": "MIT", "url": "https://github.com/efacilitation/eventric/blob/master/LICENSE" } ] }