-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
71 lines (71 loc) · 2.01 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "jabrefbrowserextension",
"scripts": {
"prepare": "ncp node_modules/webextension-polyfill/dist/browser-polyfill.min.js browser-polyfill.min.js",
"dev:firefox": "web-ext run",
"dev:chrome": "web-ext run -t chromium",
"dev:opera": "web-ext run -t chromium --chromium-binary C:\\Users\\Tobi\\AppData\\Local\\Programs\\Opera\\64.0.3417.92\\opera.exe",
"build": "web-ext build",
"lint:firefox": "web-ext lint",
"submit:firefox": "web-ext sign"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"bluebird": "^3.7.2",
"browserify": "^17.0.0",
"chai": "^4.3.7",
"chalk": "^5.2.0",
"chromedriver": "^109.0.0",
"geckodriver": "^3.2.0",
"gulp": "^4.0.2",
"gulp-jsbeautify": "^0.1.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"mocha": "^10.2.0",
"ncp": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"selenium-webdriver": "^4.8.0",
"sinon": "^15.0.1",
"through2": "^4.0.2",
"web-ext": "^7.5.0",
"webextension-polyfill": "^0.10.0",
"yargs": "^17.6.2",
"jsdom": "^21.1.0",
"canvas": "^2.11.0",
"bufferutil": "^4.0.7",
"utf-8-validate": "^6.0.2"
},
"babel": {
"presets": [
[
"env",
{
"modules": false
}
]
]
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/JabRef/JabRef-Browser-Extension.git"
},
"license": "AGPL-3.0-or-later",
"description": "Browser extension for users of the bibliographic reference manager [JabRef](https://www.jabref.org/). It automatically identifies and extracts bibliographic information on websites and sends them to JabRef with one click.",
"bugs": {
"url": "https://github.com/JabRef/JabRef-Browser-Extension/issues"
},
"homepage": "https://github.com/JabRef/JabRef-Browser-Extension#readme",
"main": "background.js",
"keywords": [
"bibliographic information extraction",
"collect references",
"JabRef",
"reference management"
],
"author": "JabRef"
}