-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 993 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
34
35
36
37
38
39
{
"name": "hermes-bus",
"version": "2.2.10",
"description": "Powerful event-emitter module for responsive bus architecture applications",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"test-on-travis": "./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha",
"upload-to-coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"keywords": [
"event emitter",
"bus",
"mediator",
"observer",
"messagebus",
"event-bus",
"publisher",
"subscriber",
"pub/sub",
"message-bus"
],
"dependencies": {
"q": "1.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.2",
"mocha": "1.21.4",
"sinon": "1.10.3"
},
"author": "Ioannis Tzanellis <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/jahnestacado/hermes-bus"
},
"license": "MIT"
}