@arnellebalane/master-tab
Version:
Controls which tab should be the master tab when opening a page in multiple browser tabs
38 lines (37 loc) • 1.07 kB
JSON
{
"name": "@arnellebalane/master-tab",
"version": "1.1.1",
"description": "Controls which tab should be the master tab when opening a page in multiple browser tabs",
"main": "dist/master-tab.js",
"source": "master-tab.js",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "microbundle --name MasterTab --external none",
"prebuild:watch": "npm run clean",
"build:watch": "microbundle watch --name MasterTab --external none"
},
"keywords": [
"master-tab",
"browser"
],
"author": "Arnelle Balane <arnellebalane@gmail.com> (https://arnellebalane.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/arnellebalane/master-tab.git"
},
"bugs": {
"url": "https://github.com/arnellebalane/master-tab/issues"
},
"homepage": "https://github.com/arnellebalane/master-tab#readme",
"dependencies": {
"@arnellebalane/event-emitter": "1.0.1"
},
"devDependencies": {
"microbundle": "0.6.0"
},
"publishConfig": {
"access": "public"
}
}