summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:47:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 19:47:39 +0000
commit8d13bdc6cac0e20c43c6f909fc0208774b9c5c84 (patch)
tree5fd46925c6b4a881c9208772ed8e5cc0588bc164 /package.json
parentInitial commit. (diff)
downloadprivacybadger-8d13bdc6cac0e20c43c6f909fc0208774b9c5c84.tar.xz
privacybadger-8d13bdc6cac0e20c43c6f909fc0208774b9c5c84.zip
Adding upstream version 2020.10.7.upstream/2020.10.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..509957c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "privacy-badger-dev-tools",
+ "version": "0.0.1",
+ "description": "Developer tools for Privacy Badger.",
+ "dependencies": {
+ "eslint": "~5.10.0"
+ },
+ "devDependencies": {
+ "jquery": "3.5.1",
+ "jquery-smooth-scroll": "2.2.0",
+ "jquery-ui": "1.12.1",
+ "jquery-ui-iconfont": "2.3.2",
+ "punycode": "1.4.1",
+ "qunit": "2.9.2",
+ "select2": "4.0.11",
+ "sinon": "2.0.0",
+ "tooltipster": "4.2.6",
+ "underscore": "1.9.1",
+ "web-ext": "~5.2.0"
+ },
+ "private": true
+}