CanvasBlocker/package.json

34 lines
822 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": {
2020-04-05 14:35:50 +02:00
"eslint": "^6.8.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",
2021-07-04 09:28:57 +02:00
"web-ext": "^6.2.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"
}