eventric
Version:
behavior-first application development
69 lines (68 loc) • 1.51 kB
JSON
{
"name": "eventric",
"description": "behavior-first application development",
"url": "http://eventricjs.org",
"keywords": [
"behavior-first",
"ddd",
"bdd",
"cqrs",
"flux",
"eventsourcing",
"offline-first",
"nobackend",
"reactive",
"eventric"
],
"author": "eFa Team <team@efa-gmbh.com>",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/efacilitation/eventric.git"
},
"main": "build/src/index.js",
"scripts": {
"test": "node_modules/.bin/gulp spec",
"prepublish": "node_modules/.bin/gulp build"
},
"devDependencies": {
"canonical-path": "*",
"chai": "*",
"coffee-script": "*",
"commonjs-require": "*",
"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": "1.12.0",
"sinon-chai": "*",
"lodash": "*",
"merge-stream": "*"
},
"dependencies": {
"es6-promise": "2.1.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/efacilitation/eventric/blob/master/LICENSE"
}
]
}