Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 24, 2017
1 parent 0a6732d commit 2794567
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
@@ -0,0 +1,25 @@
{
"name": "sysend",
"description": "Send messages to other tabs/windows in the same origin and browser",
"main": "sysend.js",
"authors": [
"Jakub Jankiewicz <jcubic@onet.pl> (http://jcubic.pl/jakub-jankiewicz/)"
],
"license": "MIT",
"keywords": [
"tabs",
"windows",
"events",
"callback",
"notifications",
"browser"
],
"homepage": "https://github.com/jcubic/sysend.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -13,6 +13,8 @@
"tabs",
"windows",
"events",
"callback",
"notifications",
"browser"
],
"author": "Jakub Jankiewicz <jcubic@onet.pl> (http://jcubic.pl/jakub-jankiewicz/)",
Expand Down

0 comments on commit 2794567

Please sign in to comment.