mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 04:40:20 +01:00
Initialized npm
This commit is contained in:
parent
16fc49eee3
commit
635cdf8061
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
printed.png
|
||||
web-ext-artifacts/
|
||||
versions/*.xpi
|
||||
versions/*.xpi
|
||||
node_modules/
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -28,6 +28,7 @@
|
||||
"Waterfox",
|
||||
"arial",
|
||||
"benachrichtigungsicon",
|
||||
"canvasblocker",
|
||||
"collapser",
|
||||
"darkgreen",
|
||||
"dont",
|
||||
@ -57,6 +58,8 @@
|
||||
],
|
||||
"cSpell.language": "en,de,en-GB",
|
||||
"cSpell.ignorePaths": [
|
||||
"**/package-lock.json",
|
||||
"**/node_modules/**",
|
||||
"**/vscode-extension/**",
|
||||
"**/.git/objects/**",
|
||||
".vscode",
|
||||
|
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -152,7 +152,9 @@
|
||||
"--ignore-files",
|
||||
"test",
|
||||
"--ignore-files",
|
||||
"versions"
|
||||
"versions",
|
||||
"--ignore-files",
|
||||
"package*"
|
||||
],
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
|
7873
package-lock.json
generated
Normal file
7873
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
33
package.json
Normal file
33
package.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "canvasblocker",
|
||||
"version": "0.5.15",
|
||||
"description": "WebExtension that alters some JS APIs to prevent fingerprinting.",
|
||||
"directories": {
|
||||
"lib": "lib",
|
||||
"test": "test"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.7.1",
|
||||
"eslint-plugin-eslint-comments": "^3.1.2",
|
||||
"eslint-plugin-html": "^6.0.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"web-ext": "^3.2.1"
|
||||
},
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/kkapsner/CanvasBlocker.git"
|
||||
},
|
||||
"keywords": [
|
||||
"WebExtension",
|
||||
"fingerprinting",
|
||||
"privacy"
|
||||
],
|
||||
"author": "Korbinian Kapsner",
|
||||
"license": "MPL-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/kkapsner/CanvasBlocker/issues"
|
||||
},
|
||||
"homepage": "https://github.com/kkapsner/CanvasBlocker#readme"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user