UNPKG

tablink

Version:

Dispatch data and events to other browser tabs on the same domain.

31 lines (30 loc) 644 B
{ "name": "tablink", "version": "1.0.2", "description": "Dispatch data and events to other browser tabs on the same domain.", "main": "dist/tablink.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "microbundle tablink.js", "dev": "microbundle watch tablink.js", "prepublishOnly": "npm run build" }, "keywords": [ "dispatch", "browser-tab", "event", "intercom", "emit", "broadcast", "localStorage" ], "files": [ "dist", "tablink.js" ], "author": "Kevin Okerlund", "license": "MIT", "dependencies": { "microbundle": "^0.4.4" } }