UNPKG

eventric-store-mongodb

Version:
42 lines (41 loc) 1.02 kB
{ "name": "eventric-store-mongodb", "version": "0.3.0", "description": "eventric mongodb store adapter", "main": "build/src/mongodb_store.js", "scripts": { "test": "gulp specs", "prepublish": "gulp build" }, "repository": { "type": "git", "url": "https://github.com/efacilitation/eventric-store-mongodb.git" }, "keywords": [ "eventric", "eventric-store", "mongodb" ], "dependencies": { "mongodb": "2.2.5" }, "devDependencies": { "chai": "3.5.0", "del": "2.2.1", "es6-promise": "3.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", "sinon": "1.17.5", "sinon-chai": "2.8.0" }, "author": "efa-GmbH <team@efa-gmbh.com>", "license": "MIT", "bugs": { "url": "https://github.com/efacilitation/eventric-store-mongodb/issues" }, "homepage": "https://github.com/efacilitation/eventric-store-mongodb#readme" }