about summary refs log tree commit diff stats
path: root/package.json
blob: d786d3a0dceb5ae7d1396143a753cd72806462c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "privacy-redirect",
  "description": "Redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.",
  "engines": {
    "node": ">=10.0.0",
    "npm": ">=5.6.0"
  },
  "scripts": {
    "build": "web-ext build --overwrite-dest --source-dir ./src/",
    "test": "web-ext lint --source-dir ./src/ || true"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SimonBrazell/privacy-redirect.git"
  },
  "author": "SimonBrazell",
  "license": "GPLv3",
  "bugs": {
    "url": "https://github.com/SimonBrazell/privacy-redirect/issues"
  },
  "homepage": "https://github.com/SimonBrazell/privacy-redirect#readme",
  "devDependencies": {
    "web-ext": "^5.4.1"
  }
}