From 223d7cd0ac245f5b5186439a832f6607451a7800 Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Mon, 11 Jan 2021 17:46:00 +1100 Subject: CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance selects. --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" + } +} -- cgit 1.4.1