eventric-store-inmemory
Version:
eventric inmemory store adapter
35 lines (34 loc) • 880 B
JSON
{
"name": "eventric-store-inmemory",
"version": "0.3.0",
"description": "eventric inmemory store adapter",
"main": "build/src/inmemory_store.js",
"scripts": {
"test": "gulp specs",
"prepublish": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/efacilitation/eventric-store-inmemory.git"
},
"keywords": [
"eventric",
"eventric-store",
"inmemory"
],
"devDependencies": {
"del": "2.2.1",
"eventric-store-specs": "2.0.0",
"gulp": "3.9.1",
"gulp-coffee": "2.3.2",
"gulp-util": "3.0.7",
"gulp-mocha": "3.0.0",
"run-sequence": "1.2.2"
},
"author": "efa-GmbH <team@efa-gmbh.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/efacilitation/eventric-store-inmemory/issues"
},
"homepage": "https://github.com/efacilitation/eventric-store-inmemory#readme"
}