-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 931 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
42
43
{
"name": "esri-extent",
"description": "Get the Esri-formatted extent of a GeoJSON feature collection.",
"version": "1.1.3",
"author": "Nate Goldman <[email protected]>",
"bugs": {
"url": "https://github.com/GeoXForm/esri-extent/issues"
},
"dependencies": {
"@types/geojson": "^7946.0.0",
"bbox2extent": "^1.0.1"
},
"devDependencies": {
"gh-release": "^3.1.1",
"standard": "*",
"tap-spec": "^2.2.2",
"tape": "^3.5.0"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/GeoXForm/esri-extent",
"keywords": [
"bounding",
"box",
"collection",
"esri",
"extent",
"feature",
"geojson"
],
"license": "ISC",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/GeoXForm/esri-extent.git"
},
"scripts": {
"test": "standard && node test | tap-spec"
}
}