-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.13 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
46
47
48
{
"name": "proj4-fully-loaded",
"version": "0.2.0",
"description": "Proj4JS Projector Fully Loaded with Projections",
"main": "proj4-fully-loaded.js",
"files": [
"proj4-fully-loaded.js",
"proj4-fully-loaded.d.ts"
],
"types": "proj4-fully-loaded.d.ts",
"scripts": {
"test:cjs": "node test.js",
"test:mjs": "node test.mjs",
"test:ts": "npx ts-node ./test.ts",
"test": "npm run test:cjs && npm run test:mjs && npm run test:ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielJDufour/proj4-fully-loaded.git"
},
"keywords": [
"coordinate",
"crs",
"geospatial",
"gis",
"proj4",
"proj4js",
"projection",
"projections",
"reference",
"srs",
"system"
],
"author": "Daniel J. Dufour",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/DanielJDufour/proj4-fully-loaded/issues"
},
"homepage": "https://github.com/DanielJDufour/proj4-fully-loaded#readme",
"dependencies": {
"proj4": "^2.8.0",
"proj4js-definitions": "^0.1.0"
},
"devDependencies": {
"@types/proj4": "^2.5.2",
"flug": "^2.3.1"
}
}