-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
60 lines (60 loc) · 1.83 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
{
"name": "biocollect",
"version": "7.1",
"description": "Karma / jasmine configuration for testing project javascript",
"main": "test/unit/javascript",
"directories": {
"test": "test"
},
"devDependencies": {
"@metahub/karma-jasmine-jquery": "^2.0.1",
"@wdio/cli": "^9.2.14",
"@wdio/devtools-service": "^8.40.2",
"@wdio/globals": "^9.2.14",
"@wdio/jasmine-framework": "^9.2.14",
"@wdio/local-runner": "^9.2.14",
"@wdio/sauce-service": "^9.2.14",
"@wdio/spec-reporter": "^9.2.14",
"axios": "^1.7.7",
"chromedriver": "^130.0.4",
"crypto": "^1.0.1",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-wdio": "^9.2.11",
"http": "^0.0.1-security",
"http-proxy": "^1.18.1",
"jasmine": "^5.0.0",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^3.5.0",
"jasmine-jquery": "^2.0.0",
"jquery": "^3.4.1",
"jsonwebtoken": "^9.0.2",
"karma": "^6.3.4",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.1",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^1.1.2",
"karma-jquery": "^0.2.4",
"karma-verbose-reporter": "^0.0.8",
"knockout": "^3.5.1",
"leaflet": "0.7.7",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"moment-timezone": "^0.5.35",
"node-jose": "^2.2.0",
"wdio-video-reporter": "^6.1.1",
"webdriverio": "^9.2.14"
},
"scripts": {
"test": "karma start karma.conf.js",
"debug": "karma start --debug --browsers=ChromeHeadless --single-run=false",
"integration-test": "wdio run wdio.local.conf.js",
"integration-test:local": "wdio run wdio.local.conf.js",
"integration-test:sauce": "wdio run wdio.sauce.conf.js"
},
"author": "",
"license": ""
}