-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 1 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
{
"name": "fieldcapture",
"version": "2.3",
"description": "Karma / jasmine configuration for testing project javascript",
"main": "test/unit/javascript",
"directories": {},
"private": true,
"dependencies": {
"bootstrap": "4.6",
"slickgrid": "^2.4.34",
"@atlasoflivingaustralia/ecodata-client-plugin": "6.2.0-pre.2023-08-22.f397d6f5"
},
"devDependencies": {
"@metahub/karma-jasmine-jquery": "^2.0.1",
"chromedriver": "^130.0.2",
"jasmine-core": "^3.5.0",
"jasmine-jquery": "^2.0.0",
"jquery": "3.6.2",
"karma": "^6.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.2",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^1.1.2",
"karma-jquery": "^0.2.4",
"knockout": "^3.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37"
},
"scripts": {
"test": "karma start karma.conf.js",
"debug": "karma start --debug --browsers=Chrome --single-run=false"
},
"author": "",
"license": ""
}