forked from acarabott/tabToWindow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 838 Bytes
/
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
{
"name": "tabtowindow",
"version": "3.3.1",
"description": "Chrome Extension to move tabs out of windows with a keyboard shortcut",
"main": "index.html",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"build": "./build.sh",
"publish": "npm run build && zip -r build.zip \"./build\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/acarabott/tabToWindow.git"
},
"author": "Arthur Carabott",
"license": "MIT",
"bugs": {
"url": "https://github.com/acarabott/tabToWindow/issues"
},
"homepage": "https://github.com/acarabott/tabToWindow#readme",
"devDependencies": {
"@types/chrome": "^0.0.181",
"@types/jquery": "^3.5.14",
"@types/jqueryui": "^1.12.16",
"eslint": "^8.14.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
}
}