forked from x-cubed/event-store-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 786 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
29
30
31
32
33
{
"name": "event-store-client",
"version": "0.0.11",
"description": "Client library for connecting to Event Store instances over TCP/IP",
"author": "Carey Bishop",
"license": "BSD-2-Clause",
"types": "./event-store-client.d.ts",
"repository" : {
"type" : "git",
"url" : "http://github.com/x-cubed/event-store-client.git"
},
"main": "index.js",
"dependencies": {
"protobufjs": "~5.0.1",
"node-uuid": "~1.4.1",
"long": "~3.1.0",
"argument-validator": "^0.1.0"
},
"devDependencies": {
"mocha-teamcity-reporter": "~1.0.0",
"optimist": "~0.6.1",
"mocha": "~2.5.3"
},
"scripts": {
"test": "mocha",
"test-teamcity": "mocha -R mocha-teamcity-reporter"
},
"keywords": [
"eventstore",
"event",
"store"
]
}