-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
31 lines (31 loc) · 905 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
{
"name": "panorama-tab-groups",
"version": "0.0.1",
"description": "Tab Groups with Panorama View",
"main": "index.js",
"scripts": {
"test": "npm-run-all test:*",
"test:lint": "npm run lint",
"lint": "npm-run-all lint:*",
"lint:eslint": "eslint --ext=.js,.json .",
"lint:webext": "web-ext -s src lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectdelphai/panorama-tab-groups.git"
},
"author": "Reuben Castelino",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/projectdelphai/panorama-tab-groups/issues"
},
"homepage": "https://github.com/projectdelphai/panorama-tab-groups#readme",
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-json": "^2.1.2",
"npm-run-all": "^4.1.5",
"web-ext": "^5.0.0"
}
}