forked from bjornstar/intercept-redirect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1000 Bytes
/
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
{
"name": "@bjornstar/intercept-redirect",
"version": "8.13.0",
"description": "Skip tracking redirects that serve no purpose other than to waste your valuable time.",
"main": "webextension/index.js",
"devDependencies": {
"addons-linter": "^6.16.0",
"eslint": "^8.52.0",
"mocha": "^10.2.0"
},
"scripts": {
"addons-linter": "addons-linter webextension",
"build": "./build.sh",
"lint": "eslint webextension test",
"mocha": "mocha test",
"test": "npm run lint && npm run mocha && npm run addons-linter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjornstar/intercept-redirect.git"
},
"keywords": [
"anti tracker",
"privacy",
"redirect",
"security",
"webextension"
],
"author": "Bjorn Stromberg <bjorn@bjornstar.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bjornstar/intercept-redirect/issues"
},
"homepage": "https://github.com/bjornstar/intercept-redirect#readme"
}