-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 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
{
"name": "karma-mocha-browserstack-example",
"version": "1.0.0",
"description": "Sample to test parallel runs of Karma JS using Mocha and Chai frameworks with BrowserStack. This example contains advanced reporting features to report test session statuses on BrowserStack.",
"main": "karma.conf.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/browserstack/karma-browserstack-example.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/browserstack/karma-browserstack-example/issues"
},
"homepage": "https://github.com/browserstack/karma-browserstack-example#readme",
"dependencies": {
"chalk": "^3.0.0",
"karma": "^4.4.1",
"karma-browserstack-launcher": "file:../karma-browserstack-launcher",
"karma-htmlfile-reporter": "^0.3.8",
"karma-qunit": "^0.1.5",
"node-rest-client": "^3.1.0",
"pretty-ms": "^5.1.0",
"qunitjs": "^1.19.0"
},
"devDependencies": {
"chai": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-parallel": "^0.3.1",
"mocha": "^7.0.1"
}
}