forked from DanielJDufour/proj4js-definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "proj4js-definitions",
"version": "0.1.0",
"description": "Almost All the Projection Definitions for Proj4js",
"main": "proj4js-definitions.js",
"files": [
"proj4js-definitions.js",
"proj4js-definitions.json"
],
"scripts": {
"build": "cd data && node step-1-download-csv.js && node step-2-convert-csv-to-json.js && node step-3-modify-json.js && node step-4-convert-json-to-code.js && node step-5-modify-code.js && node step-6-copy-code.js && node step-7-create-legacy-json.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielJDufour/proj4js-definitions.git"
},
"keywords": [
"coordinate",
"definition",
"geodesy",
"geospatial",
"gis",
"map",
"proj4",
"proj4js"
],
"author": "Daniel J. Dufour",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/DanielJDufour/proj4js-definitions/issues"
},
"homepage": "https://github.com/DanielJDufour/proj4js-definitions#readme",
"devDependencies": {
"advarr": "^0.4.0",
"cross-fetch": "^3.1.2",
"decompress": "^4.2.1",
"flug": "*",
"json-to-code": "^0.1.0",
"papaparse": "^5.3.0"
}
}