forked from hypothesis/browser-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.42 KB
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
{
"name": "hypothesis-browser-extension",
"version": "1.4.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": {
"browserify": "^13.0.0",
"chai": "^3.5.0",
"check-dependencies": "^0.12.0",
"chrome-webstore-upload-cli": "^1.1.1",
"core-js": "^1.2.5",
"diff": "^2.2.2",
"eslint": "^3.2.0",
"eslint-config-hypothesis": "^1.0.0",
"exorcist": "^0.4.0",
"git-describe": "^3.0.1",
"hypothesis": "^1.4.0",
"is-equal-shallow": "^0.1.3",
"js-polyfills": "^0.1.16",
"jscs": "^3.0.2",
"karma": "^1.1.0",
"karma-browserify": "^5.0.5",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sinon": "^1.0.5",
"mocha": "^2.4.5",
"mustache": "^2.2.1",
"proxyquire": "^1.7.4",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.1.1",
"query-string": "^3.0.1",
"raven-js": "^2.0.2",
"request": "^2.71.0",
"sinon": "^1.17.3",
"watchify": "^3.7.0",
"whatwg-fetch": "^0.10.1"
},
"scripts": {
"postversion": "git push --follow-tags",
"preversion": "npm run test",
"test": "karma start tests/karma.config.js --single-run"
}
}