{
  "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": "varun2902@gmail.com",
    "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": {}
}
