Add license

This commit is contained in:
Arkadiusz Wieczorek 2022-01-28 13:24:59 +01:00
parent 4b5da696c4
commit 0c3e2ab9fc
4 changed files with 11229 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 B

11226
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{ {
"name": "rentgen", "name": "rentgen",
"version": "0.0.1", "version": "0.0.1",
"description": "", "description": "A simple Firefox extension that visualizes all the data that a given website sends to third parties.",
"main": "esbuild.config.js", "main": "esbuild.config.js",
"type": "module", "type": "module",
"scripts": { "scripts": {
@ -13,8 +13,8 @@
"type": "git", "type": "git",
"url": "https://git.internet-czas-dzialac.pl/icd/rentgen.git" "url": "https://git.internet-czas-dzialac.pl/icd/rentgen.git"
}, },
"author": "", "author": "Kuba Orlik, Arkadiusz Wieczorek (internet-czas-dzialac.pl)",
"license": "ISC", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"@iabtcf/core": "^1.3.1", "@iabtcf/core": "^1.3.1",
"@types/proposal-relative-indexing-method": "^0.1.0", "@types/proposal-relative-indexing-method": "^0.1.0",
@ -29,6 +29,7 @@
"@types/react-dom": "^17.0.9", "@types/react-dom": "^17.0.9",
"esbuild-plugin-sass": "^1.0.1", "esbuild-plugin-sass": "^1.0.1",
"esbuild-plugin-svgr": "^1.0.0", "esbuild-plugin-svgr": "^1.0.0",
"web-ext": "^6.6.0",
"web-ext-types": "^3.2.1" "web-ext-types": "^3.2.1"
} }
} }