-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 984 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
34
35
36
37
38
39
40
41
{
"name": "customized-mapbox-gl-draw-circle",
"version": "1.1.6",
"description": "A module to draw a circle using mapbox-gl-draw",
"main": "index",
"scripts": {
"test": "jest --all",
"coverage": "jest --all --coverage"
},
"keywords": [
"mapbox",
"geojson",
"circle",
"mapbox",
"draw"
],
"author": "Anvesh Kumar Arrabochu, Mohamed DIDI",
"license": "MIT",
"dependencies": {
"@mapbox/mapbox-gl-draw": "1.3.0",
"@turf/along": "^6.0.1",
"@turf/circle": "^6.0.1",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/length": "^6.0.2"
},
"devDependencies": {
"jest": "^24.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dj-death/mapbox-gl-draw-circle.git"
},
"bugs": {
"url": "https://github.com/dj-death/mapbox-gl-draw-circle/issues"
},
"homepage": "https://github.com/dj-death/mapbox-gl-draw-circle#readme",
"directories": {
"lib": "lib"
}
}