From 8cef151937e74a20049a5be2546d5f761a1ee5de Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Mar 2021 17:42:12 +0100 Subject: Adding upstream version 7.5.1+dfsg. Signed-off-by: Daniel Baumann --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..c472e86 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "foxyproxy", + "description": "FoxyProxy Standard and Basic for Firefox 57+", + "author": "Eric H. Jung", + "version": "0.1.0", + "private": true, + "repository": { + "type": "git", + "url": "https://github.com/foxyproxy/firefox-extension" + }, + "devDependencies": { + "grunt": "^1.0.4", + "grunt-contrib-compress": "^1.5.0" + }, + "dependencies": { + "grunt-cli": "^1.3.2" + }, + "scripts": { + "test": "jest" + } +} \ No newline at end of file -- cgit v1.2.3