-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 826 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
{
"name": "random-position-in-polygon",
"version": "1.0.6",
"description": "Return random position inside geoJson Polygon or MultiPolygon",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BilelJegham/randomPositionInPolygon.git"
},
"keywords": [
"random",
"point",
"polygon",
"map",
"turfjs",
"geojson"
],
"author": "BilelJegham",
"license": "MIT",
"bugs": {
"url": "https://github.com/BilelJegham/randomPositionInPolygon/issues"
},
"homepage": "https://github.com/BilelJegham/randomPositionInPolygon#readme",
"devDependencies": {
"jest": "^28.0.2"
},
"dependencies": {
"@turf/bbox": "^6.3.0",
"@turf/boolean-point-in-polygon": "^6.3.0",
"@turf/random": "^6.3.0"
}
}