From b95f2f5369e57aae94818f9034260ef39a2eaf11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= <6roebert@informatik.uni-hamburg.de> Date: Sat, 3 Mar 2018 17:28:57 +0100 Subject: [PATCH] Create package.json I am not 100% sure if this file is suitable for an addon. But the dependencies feature of GitHub works only if this file exists. --- package.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..5d4bbfc --- /dev/null +++ b/package.json @@ -0,0 +1,39 @@ +{ + "name": "ClearURLs", + "description": "ClearURLs is an add-on based on the new WebExtensions technology and is optimized for Firefox. This add-on will remove the tracking fields form all URLs which are visited by the browser and use a rule file, namely data.json. This add-on protects your privacy and block the request from advertising services like doubleclick.net.", + "version": "1.2.1.4", + "contributors": [ + { + "name": "Kevin R.", + "email": "clearurls@kevinroebert.de", + "web": "https://github.com/KevinRoebert" + }, + { + "name": "Arne", + "email": "", + "web": "https://github.com/astaar" + } + ], + "maintainers": [ + { + "name": "Kevin R.", + "email": "clearurls@kevinroebert.de", + "web": "https://github.com/KevinRoebert/" + } + ], + "dependencies": { + "https://github.com/twbs/bootstrap": "3.3.7", + "https://github.com/jquery/jquery": "3.2.1", + "https://github.com/orsozed/sha256.jquery.plugin": "", + "https://github.com/DataTables/DataTables": "" + }, + "bugs": { + "web": "https://github.com/KevinRoebert/ClearUrls/issues/new" + }, + "licenses": [ + { + "name": "MPL 2.0", + "url": "https://opensource.org/licenses/MPL-2.0" + } + ] +}