diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 19:47:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 19:47:39 +0000 |
commit | 8d13bdc6cac0e20c43c6f909fc0208774b9c5c84 (patch) | |
tree | 5fd46925c6b4a881c9208772ed8e5cc0588bc164 /package.json | |
parent | Initial commit. (diff) | |
download | privacybadger-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.json | 22 |
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 +} |