forked from AtlasOfLivingAustralia/biocollect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 901 Bytes
/
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
{
"name": "biocollect",
"version": "6.0",
"description": "Karma / jasmine configuration for testing project javascript",
"main": "test/unit/javascript",
"directories": {
"test": "test"
},
"devDependencies": {
"@metahub/karma-jasmine-jquery": "^2.0.1",
"chromedriver": "^110.0.0",
"jasmine-core": "^3.5.0",
"jasmine-jquery": "^2.0.0",
"jquery": "^3.4.1",
"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",
"knockout": "^3.5.1",
"leaflet": "0.7.7",
"lodash": "^4.17.21",
"moment": "^2.24.0",
"moment-timezone": "^0.5.35"
},
"scripts": {
"test": "karma start karma.conf.js",
"debug": "karma start --debug --browsers=ChromeHeadless --single-run=false"
},
"author": "",
"license": ""
}