-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
44 lines (44 loc) · 1.06 KB
/
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
44
{
"name": "postal.preserve",
"version": "0.2.0",
"description": "Add-on for postal.js that provides message durability features.",
"homepage": "https://github.com/postaljs/postal.preserve",
"keywords": [
"pub/sub",
"pub",
"sub",
"messaging",
"message",
"bus",
"event",
"mediator",
"broker",
"envelope",
"durability",
"preserve",
"postal",
"postal.js"
],
"author": "Jim Cowart <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/postaljs/postal.preserve.git"
},
"main": [
"lib/postal.preserve.min.js",
"lib/postal.preserve.js"
],
"dependencies": {
"lodash": "~2.4.1",
"conduitjs": "~0.3.0",
"postal.js": "~0.10.3"
},
"devDependencies": {
"jquery": "~1.10.2",
"bootstrap": "~3.0.3",
"expect": "0.1.2",
"mocha": "~1.17.0",
"requirejs": "~2.1.10",
"postal.diagnostics": "~0.7.0"
}
}