-
Notifications
You must be signed in to change notification settings - Fork 122
/
bower.json
48 lines (48 loc) · 1.02 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
45
46
47
48
{
"name": "across-tabs",
"description": "Easy communication between cross-origin browser tabs",
"version": "1.2.0",
"homepage": "https://github.com/wingify/across-tabs",
"bugs": "https://github.com/wingify/across-tabs/issues",
"author": {
"name": "Varun Malhotra",
"email": "[email protected]",
"url": "https://github.com/softvar"
},
"repository": {
"type": "git",
"url": "https://github.com/wingify/across-tabs.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/wingify/across-tabs/blob/master/LICENSE"
}
],
"main": ["dist/across-tabs.js"],
"keywords": [
"across-tabs",
"browser tabs",
"tabs communication",
"tabs postmessage",
"postmessage",
"webpack",
"es6",
"umd",
"commonjs"
],
"ignore": [
"node_modules",
"tests",
"webpack.config.js",
".gitignore",
".travis.yml",
".eslintrc",
".babelrc",
"Gruntfile.js",
"karma.conf.js",
"LICENSE",
"coverage"
],
"dependencies": {}
}