forked from postaljs/postal.when
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 911 Bytes
/
bower.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
{
"name": "postal.when",
"version": "0.2.0",
"description": "A postal.js add-on enabling an aggregated response to a group of messages.",
"homepage": "https://github.com/postaljs/postal.when",
"keywords": [
"pub/sub",
"pub",
"sub",
"messaging",
"message",
"bus",
"event",
"eventing",
"mediator",
"broker",
"envelope"
],
"author": "Jim Cowart <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/postaljs/postal.when.git"
},
"main": [
"lib/postal.when.min.js",
"lib/postal.when.js"
],
"dependencies": {
"underscore": "~1.5.2"
},
"devDependencies": {
"jquery": "~1.10.2",
"bootstrap": "~3.0.3",
"expect": "0.1.2",
"mocha": "~1.17.0",
"requirejs": "~2.1.10",
"postal.js": "~0.8.0",
"postal.diagnostics": "~0.7.0"
},
"resolutions": {
"underscore": "~1.5.2"
}
}