CanvasBlocker/package.json

34 lines
824 B
JSON
Raw Normal View History

2019-11-30 15:34:42 +01:00
{
"name": "canvasblocker",
"version": "0.5.15",
"description": "WebExtension that alters some JS APIs to prevent fingerprinting.",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
2024-03-28 14:20:01 +01:00
"eslint": "^8.57.0",
2020-07-19 11:22:52 +02:00
"eslint-plugin-eslint-comments": "^3.2.0",
2024-03-28 14:20:01 +01:00
"eslint-plugin-html": "^8.0.0",
"eslint-plugin-promise": "^6.1.1",
"web-ext": "^7.11.0",
"yargs": "^17.7.2"
2019-11-30 15:34:42 +01:00
},
"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"
}