-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "ecodata-client-plugin",
"version": "4.0",
"description": "Karma / jasmine configuration for testing project javascript",
"main": "test/unit/javascript",
"private": true,
"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": "108.0.0",
"geojson2svg": "^1.2.3",
"handlebars": "^4.7.7",
"jasmine-ajax": "^3.4.0",
"jasmine-core": "^3.3.0",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.6.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.1",
"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"
}
}