-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.11 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "tabclip",
"version": "1.0.0",
"description": "Copy browser tabs to (or create them from) your clipboard.",
"private": true,
"scripts": {
"test": "eslint src/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/joshdick/tabclip.git"
},
"keywords": [
"browser",
"extension",
"firefox",
"chrome",
"tabs",
"tab",
"clipboard",
"copy",
"paste"
],
"author": "Josh Dick <https://joshdick.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshdick/tabclip/issues"
},
"homepage": "https://joshdick.github.io/tabclip",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"bootstrap-css-only": "^4.4.1",
"url-regex-safe": "^2.0.2",
"webextension-polyfill": "^0.7.0"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.1.3",
"eslint": "^7.22.0",
"style-loader": "^2.0.0",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0",
"zip-webpack-plugin": "^4.0.1"
}
}