-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 791 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 791 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
{
"name": "tabtweak",
"version": "6.1",
"description": "Tweak tab browsing by setting default behaviors.",
"scripts": {
"build": "web-ext build --filename tabtweak.xpi",
"start": "web-ext run --verbose --pref devtools.console.stdout.chrome=true --pref devtools.console.stdout.content=true --pref extensions.experiments.enabled=true --pref xpinstall.signatures.required=false",
"lint": "eslint extension"
},
"author": "Mozilla Online Limited",
"license": "MPL-2.0",
"repository": "MozillaOnline/tabtweak",
"devDependencies": {
"eslint": "4.19.1",
"eslint-plugin-mozilla": "0.11.0",
"eslint-plugin-no-unsanitized": "3.0.0",
"web-ext": "6.8.0"
},
"webExt": {
"build": {
"overwriteDest": true
},
"sourceDir": "extension"
}
}