-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 938 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
25
26
27
28
29
30
31
32
33
34
{
"name": "edge-contextmenusearch",
"version": "1.4.0",
"description": "Extension for Microsoft Edge browser to add context menu item for search for the selected text.",
"main": "src/background.js",
"scripts": {
"eslint": "node_modules/.bin/eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bam/edge-contextMenuSearch.git"
},
"keywords": [
"microsoft",
"edge",
"microsoft-edge",
"browser-extension",
"edge-extension",
"extension",
"search'in"
],
"author": "Andrej (bam) Bourgasov",
"license": "MIT",
"bugs": {
"url": "https://github.com/bam/edge-contextMenuSearch/issues"
},
"homepage": "https://github.com/bam/edge-contextMenuSearch#readme",
"devDependencies": {
"eslint": "^5.10.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}