forked from hypothesis/browser-extension
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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
{
"name": "hypothesis-browser-extension",
"version": "1.470.0",
"private": true,
"description": "Annotate with anyone, anywhere.",
"license": "BSD-2-Clause",
"homepage": "https://hypothes.is",
"bugs": "https://github.com/hypothesis/browser-extension/issues",
"repository": "hypothesis/browser-extension",
"devDependencies": {
"babel-plugin-mockable-imports": "^1.7.0",
"babel-preset-env": "^1.7.0",
"babelify": "^7.3.0",
"browserify": "^16.5.1",
"chai": "^4.2.0",
"chrome-webstore-upload-cli": "^1.2.0",
"diff": "^4.0.2",
"eslint": "^7.4.0",
"eslint-config-hypothesis": "^1.0.0",
"exorcist": "^1.0.1",
"git-describe": "^4.0.4",
"is-equal-shallow": "^0.1.3",
"karma": "^5.1.0",
"karma-browserify": "^7.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"mocha": "^8.0.1",
"mustache": "^4.0.1",
"prettier": "2.0.5",
"puppeteer": "^5.1.0",
"query-string": "^3.0.1",
"raven-js": "^3.27.2",
"sinon": "^9.0.2",
"unofficial-hypothesis": "^1.470.0-unofficial.2",
"watchify": "^3.11.1",
"web-ext": "^4.3.0"
},
"scripts": {
"test": "karma start tests/karma.config.js --single-run"
},
"dependencies": {}
}