-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "tabist",
"version": "0.1.6",
"description": "Simple Tab Switcher",
"main": " ",
"dependencies": {
"gulp": "^3.9.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"underscore": "^1.9.1",
"webextension-polyfill": "^0.2.1",
"webpack": "^4.17.1"
},
"devDependencies": {
"@types/underscore": "^1.8.9",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"baconjs": "^0.7.95",
"css-loader": "^0.25.0",
"style-loader": "^0.13.2",
"webpack-cli": "^2.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --display-error-details -w",
"lint": "web-ext lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiveNinePlusR/tabist.git"
},
"keywords": [
"tabs",
"webextension",
"chrome",
"firefox"
],
"author": "fiveNinePlusR",
"license": "MIT",
"bugs": {
"url": "https://github.com/fiveNinePlusR/tabist/issues"
},
"homepage": "https://github.com/fiveNinePlusR/tabist#readme"
}