forked from postaljs/postal.federation
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 648 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 648 Bytes
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
{
"name": "postal.federation",
"version": "0.5.2",
"description": "A base plugin for federating instances of postal.js across various boundaries.",
"homepage": "http://github.com/postaljs/postal.federation",
"keywords": [
"messaging",
"pubsub",
"frame",
"federation",
"postal"
],
"author": "Jim Cowart <jim@ifandelse.com>",
"repository": {
"type": "git",
"url": "git://github.com/postaljs/postal.federation.git"
},
"main": [
"lib/postal.federation.js"
],
"dependencies": {
"lodash": "^3.x",
"postal.js": ">=1.x"
}
}