-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 980 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "eventric-store-specs",
"version": "2.0.0",
"description": "This repository contains the specs for the interface of eventric stores, i.e. the inmemory store implementation inside eventric (https://github.com/efacilitation/eventric/tree/master/src/store/inmemory) and the mongodb store implementation (https://github.com/efacilitation/eventric-store-mongodb).",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/efacilitation/eventric-store-specs.git"
},
"keywords": [
"eventric",
"eventric-store",
"eventric-specs"
],
"dependencies": {
"coffee-script": "1.10.0",
"chai": "3.5.0",
"es6-promise": "3.2.1",
"sinon": "1.17.5",
"sinon-chai": "2.8.0"
},
"author": "efa-GmbH <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/efacilitation/eventric-store-specs/issues"
},
"homepage": "https://github.com/efacilitation/eventric-store-specs#readme"
}