-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "probo-eventbus",
"version": "2.0.0",
"description": "A generalized event pub/sub framework.",
"main": "index.js",
"scripts": {
"coverage": "nyc npm run test",
"test": "./node_modules/.bin/mocha --timeout 5000",
"watch": "./node_modules/.bin/mocha -w"
},
"authors": [
{
"name": "Howard Tyson",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Michael R. Bagnall",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "Apache-2.0",
"dependencies": {
"async": "^3.2.4",
"js-event-bus": "^1.1.1",
"kafka-node": "^5.0.0",
"lodash": "^4.17.21",
"through2": "^4.0.2"
},
"devDependencies": {
"coveralls": "^3.0.4",
"eslint": "^6.0.1",
"eslint-config-probo": "^2.0.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"should": "^13.2.3"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ProboCI/probo-events.git"
},
"bugs": {
"url": "https://github.com/ProboCI/probo-events/issues"
},
"homepage": "https://github.com/ProboCI/probo-events#readme"
}