eventric
Version:
behavior-first application development
57 lines (56 loc) • 1.38 kB
JSON
{
"name": "eventric",
"description": "behavior-first application development",
"keywords": [
"behavior-first",
"ddd",
"bdd",
"cqrs",
"eventsourcing",
"reactive",
"eventric"
],
"author": "eFa Team <team@efa-gmbh.com>",
"version": "0.14.0",
"repository": {
"type": "git",
"url": "https://github.com/efacilitation/eventric.git"
},
"main": "dist/release/eventric.js",
"scripts": {
"test": "node_modules/.bin/gulp specs",
"prepublish": "node_modules/.bin/gulp build"
},
"dependencies": {
"eventric-remote-inmemory": "0.1.1"
},
"devDependencies": {
"chai": "2.3.0",
"coffee-loader": "0.7.2",
"coffee-script": "1.9.3",
"es6-promise": "2.1.1",
"gulp": "3.9.0",
"gulp-coffee": "2.3.1",
"gulp-karma": "0.0.4",
"gulp-mocha": "2.1.0",
"gulp-symlink": "2.1.2",
"gulp-util": "3.0.5",
"gulp-watch": "4.2.4",
"karma": "0.12.37",
"karma-mocha": "0.2.0",
"karma-phantomjs-launcher": "0.2.0",
"karma-spec-reporter": "0.0.20",
"mocha": "2.2.5",
"phantomjs": "1.9.17",
"run-sequence": "1.1.2",
"sinon": "git://github.com/cjohansen/Sinon.JS#sinon-2.0",
"sinon-chai": "2.7.0",
"webpack-stream": "2.1.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/efacilitation/eventric/blob/master/LICENSE"
}
]
}