-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 1.12 KB
/
package.json
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
{
"name": "open-in-popup-window-extension",
"description": "This tiny extension provides ability to quickly preview links without leaving the current page context. It adds entry in context menu of links, and when clicked, opens new small window without tab bar and addressbar at cursor position.",
"repository": {
"type": "git",
"url": "git+https://github.com/emvaized/open-in-popup-window-extension.git"
},
"author": "emvaized",
"license": "MIT",
"bugs": {
"url": "https://github.com/emvaized/open-in-popup-window-extension/issues"
},
"homepage": "https://github.com/emvaized/open-in-popup-window-extension#readme",
"devDependencies": {
"@mcler/webpack-concat-plugin": "^4.1.6",
"css-minimizer-webpack-plugin": "^7.0.0",
"json-minimizer-webpack-plugin": "^5.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-concat-files-plugin": "^0.5.2"
},
"dependencies": {
"copy-webpack-plugin": "^12.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
}
}