-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.5 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
{
"name": "@atlasoflivingaustralia/ecodata-client-plugin",
"version": "6.2.0",
"repository": {
"type": "git",
"url": "https://github.com/AtlasOfLivingAustralia/ecodata-client-plugin.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"description": "Karma / jasmine configuration for testing project javascript",
"main": "test/unit/javascript",
"directories": {
"test": "test"
},
"devDependencies": {
"@metahub/karma-jasmine-jquery": "^2.0.1",
"@turf/area": "^6.0.1",
"@turf/bbox": "^6.0.1",
"@turf/clone": "^6.0.2",
"@turf/convex": "^6.0.2",
"@turf/length": "^6.0.2",
"@turf/simplify": "^5.1.5",
"chromedriver": "^131.0.1",
"geojson2svg": "^1.2.3",
"handlebars": "^4.7.7",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^5.1.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.6.2",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^4.0.1",
"karma-verbose-reporter": "^0.0.8",
"knockout": "^3.5.0",
"leaflet": "^1.4.0",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.21"
},
"scripts": {
"test": "karma start karma.conf.js",
"debug": "karma start --debug --browsers=Chrome --single-run=false",
"package-turf": "browserify -s turf turf-package-instructions.js -o ./grails-app/assets/vendor/turf/turf-packaged.js"
},
"author": "",
"license": "",
"dependencies": {
"bootstrap": "^4.6.0",
"browserify": "^16.2.3"
}
}