CanvasBlocker/package.json

34 lines
822 B
JSON

{
"name": "canvasblocker",
"version": "0.5.15",
"description": "WebExtension that alters some JS APIs to prevent fingerprinting.",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-promise": "^4.2.1",
"web-ext": "^6.2.0",
"yargs": "^15.4.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"
}