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 | 7736cfaf7aea80e14cdf9ff80eb32b78a0b85229 (diff) | |
| download | privacy-redirect-223d7cd0ac245f5b5186439a832f6607451a7800.tar.gz privacy-redirect-223d7cd0ac245f5b5186439a832f6607451a7800.tar.bz2 privacy-redirect-223d7cd0ac245f5b5186439a832f6607451a7800.zip | |
CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance selects.v1.1.45
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 0000000..d786d3a --- /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" + } +} |
