diff options
author | SimonBrazell <simon@brazell.com.au> | 2021-01-11 17:46:00 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2021-01-11 17:46:00 +1100 |
commit | 223d7cd0ac245f5b5186439a832f6607451a7800 (patch) | |
tree | dac535654f780efbda5b3eeb992ca29f0120294a /package.json | |
parent | gecko: strict_min_version: 67.0 due to dynamic imports (diff) | |
download | libredirect-223d7cd0ac245f5b5186439a832f6607451a7800.zip |
CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance selects.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..d786d3a0 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "privacy-redirect", + "description": "Redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.", + "engines": { + "node": ">=10.0.0", + "npm": ">=5.6.0" + }, + "scripts": { + "build": "web-ext build --overwrite-dest --source-dir ./src/", + "test": "web-ext lint --source-dir ./src/ || true" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/SimonBrazell/privacy-redirect.git" + }, + "author": "SimonBrazell", + "license": "GPLv3", + "bugs": { + "url": "https://github.com/SimonBrazell/privacy-redirect/issues" + }, + "homepage": "https://github.com/SimonBrazell/privacy-redirect#readme", + "devDependencies": { + "web-ext": "^5.4.1" + } +} |