-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 924 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 924 Bytes
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
{
"name": "tabbybara",
"version": "1.0.0",
"description": "A Firefox extension that adds a keyboard shortcut to open a new tab in the same container and tab group as the current tab.",
"main": "background.js",
"scripts": {
"build": "web-ext build",
"sign": "web-ext sign",
"lint": "web-ext lint",
"run": "web-ext run"
},
"keywords": [
"firefox",
"extension",
"addon",
"tabs",
"containers",
"tab-groups",
"keyboard-shortcut"
],
"author": "TabbyBARA Team",
"license": "MIT",
"devDependencies": {
"web-ext": "^7.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/MultionLab/TabbyBARA.git"
},
"bugs": {
"url": "https://github.com/MultionLab/TabbyBARA/issues"
},
"homepage": "https://github.com/MultionLab/TabbyBARA#readme"
}