-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
51 lines (51 loc) · 1.67 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
48
49
50
51
{
"name" : "snaplinks3",
"FullName" : "Snap Links",
"version" : "3.1.15",
"description" : "Select multiple links, checkboxes and other elements and act on them such as open them in new tabs or check/un-check them.",
"author" : "Clint Priest <[email protected]>",
"license" : "MIT",
"homepage" : "https://cpriest.github.io/SnapLinksPlus",
"repository" : "https://github.com/cpriest/SnapLinksPlus",
"contributors" : [
"Rémi Garcia"
],
"xxtype" : "module",
"private" : true,
"preferGlobal" : false,
"devDependencies": {
"@babel/core" : "^7.15.0",
"@types/jest" : "^29.0.0",
"crx" : "^5.0.1",
"del" : "^6.0.0",
"eslint" : "^8.5.0",
"eslint-config-jquery" : "^3.0.0",
"eslint-plugin-import" : "^2.24.1",
"gulp" : "^4",
"gulp-hb" : "^8.0.0",
"gulp-install" : "^1.1.0",
"gulp-rename" : "^2.0.0",
"gulp-replace" : "^1.1.3",
"gulp-run-command" : "^0.0.10",
"gulp-shell" : "^0.8.0",
"gulp-sourcemaps" : "^3.0.0",
"gulp-util" : "^3.0.7",
"gulp-zip" : "^5.1.0",
"handlebars-cond" : "^1.0.3",
"jest" : "^29.0.1",
"merge-stream" : "^2.0.0",
"run-sequence" : "^2.2.1",
"web-ext" : "^8.2.0",
"webextension-polyfill" : "^0.12.0"
},
"scripts" : {
"lint" : "eslint src/",
"lint-fix": "eslint --fix src/",
"test" : "jest",
"build" : "gulp",
"run-ff" : "web-ext --config=.webext-ff.js run"
},
"dependencies" : {
"lit-element": "^4.0.0"
}
}