-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1018 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": "utm-utils",
"version": "0.6.1",
"description": "Super Light-Weight Utility Functions for Working with Universal Transverse Mercator",
"main": "src/",
"files": [
"src/getCodeFromEsriWKT.js",
"src/getCodeFromProjString.js",
"src/getHemisphere.js",
"src/getProjString.js",
"src/getZone.js",
"src/index.js",
"src/isUTM.js"
],
"scripts": {
"format": "npx prettier --arrow-parens=avoid --print-width=120 --trailing-comma=none --write *.js */*.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danieljdufour/utm-utils.git"
},
"keywords": [
"coordinate",
"geodesy",
"geospatial",
"mercator",
"proj",
"projection",
"utm"
],
"author": "Daniel J. Dufour",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/danieljdufour/utm-utils/issues"
},
"homepage": "https://github.com/danieljdufour/utm-utils#readme",
"devDependencies": {
"flug": "^2.6.0"
}
}