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