forked from bwinton/TabCenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.39 KB
/
package.json
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
35
36
37
38
39
40
{
"name": "tab-center",
"version": "1.20.0",
"description": "Tab Center is an attempt to solve some of the issues that have emerged from the way people use tabs (most notably the “too many tabs” problem) and provide a more versatile UI basis for future innovation. The first version of this Firefox add-on arranges tabs in a vertical rather than horizontal fashion. It is heavily inspired by and borrows ideas from the excellent VerticalTabs add-on.",
"main": "bootstrap.js",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {
"eslint-plugin-mozilla": "0.0.3",
"eslint": "2.9.0",
"stylelint": "6.7.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext=js,jsm vertical-tabbrowser.xml && stylelint \"**/*.css\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/bwinton/VerticalTabs.git"
},
"author": "Mozilla",
"contributors": [
{"name": "Blake Winton"},
{"name": "Vlad Vukicevic"},
{"name": "Darrin Henein"},
{"name": "Philipp von Weitershausen"},
{"name": "SHIMODA Hiroshi"},
{"name": "bb10"},
{"name": "Frank Yan"},
{"name": "Rob Campbel"},
{"name": "Erica Wright"}
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/bwinton/VerticalTabs/issues"
},
"homepage": "https://github.com/bwinton/VerticalTabs#readme"
}