Skip to content

Commit

Permalink
Add geostats w/ git auto-update (#1825)
Browse files Browse the repository at this point in the history
* Added geostat.min.js https://github.com/simogeo/geostats

* fix autoupdate

---------

Co-authored-by: Fabrizio Corallini <fabrizio.corallini@aderit.it>
  • Loading branch information
fcorallini and Fabrizio Corallini committed Jul 17, 2024
1 parent dbfee52 commit af98933
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions packages/g/geostats.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "geostats",
"filename": "geostats.min.js",
"description": "Geostats is a standalone JavaScript library for statistical classification.",
"homepage": "https://github.com/simogeo/geostats",
"keywords": [
"gis",
"geospatial",
"geostats",
"map",
"classification",
"statistics"
],
"license": "MIT",
"autoupdate": {
"source": "git",
"target": "git://github.com/simogeo/geostats.git",
"fileMap": [
{
"basePath": "lib",
"files": [
"geostats*"
]
}
]
},
"repository": {
"type": "git",
"url": "https://github.com/simogeo/geostats"
},
"authors": [
{
"name": "Simon Georget"
}
]
}

0 comments on commit af98933

Please sign in to comment.