CanvasBlocker/package.json

34 lines
823 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": {
2022-03-17 23:05:46 +01:00
"eslint": "^8.11.0",
2020-07-19 11:22:52 +02:00
"eslint-plugin-eslint-comments": "^3.2.0",
2020-12-12 11:04:05 +01:00
"eslint-plugin-html": "^6.1.1",
2019-11-30 15:34:42 +01:00
"eslint-plugin-promise": "^4.2.1",
2022-02-20 23:31:23 +01:00
"web-ext": "^6.7.0",
2020-07-19 11:22:52 +02:00
"yargs": "^15.4.1"
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"
}