-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 888 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 888 Bytes
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
{
"name": "world-countries-centroids",
"version": "1.0.0",
"description": "Centroids of world countries in CSV, GeoJson, etc",
"main": "index.js",
"scripts": {
"start": "node index.js",
"release": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gavinr/world-countries-centroids.git"
},
"keywords": [
"geo",
"open-data",
"countries",
"centroids"
],
"author": "Gavin Rehkemper",
"license": "MIT",
"bugs": {
"url": "https://github.com/gavinr/world-countries-centroids/issues"
},
"homepage": "https://github.com/gavinr/world-countries-centroids#readme",
"devDependencies": {
"@esri/arcgis-rest-feature-service": "^4.0.3",
"@esri/arcgis-rest-request": "^4.0.3",
"@turf/turf": "^6.5.0",
"np": "^7.6.2",
"papaparse": "^5.3.2"
},
"np": {
"tests": false,
"yarn": false
}
}