-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 809 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "browser-guard",
"version": "0.0.3",
"description": "Protect browsers from accessing untrusted websites. A browser extension for the paranoid.",
"dependencies": {},
"devDependencies": {
"typescript": "^4.3.5",
"@types/chrome": "^0.0.146",
"@types/filesystem": "^0.0.32",
"@types/filewriter": "^0.0.29",
"@types/har-format": "^1.2.7",
"@types/firefox-webext-browser": "82.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phishanatomy/Browser-Guard.git"
},
"author": "Jonathan Gregson <browser-guard-support@phishanatomy.com>",
"license": "SEE LICENSE IN /src/LICENSE.txt",
"bugs": {
"url": "https://github.com/phishanatomy/Browser-Guard/issues"
},
"homepage": "https://github.com/phishanatomy/Browser-Guard#readme"
}