geostats
Version:
A tiny and standalone javascript library for classification and basic statistics
46 lines (44 loc) • 943 B
JSON
{
"author": "Simon Georget <simon@intermezzo-coop.eu>",
"contributors": [{
"name": "dreamind",
"email": "",
"url": "https://github.com/dreamind"
}],
"name": "geostats",
"description": "A tiny and standalone javascript library for classification and basic statistics",
"version": "2.1.0",
"homepage": "https://github.com/simogeo/geostats",
"keywords": [
"mapping",
"classification",
"choropleth",
"map",
"stats",
"statistics",
"math"
],
"files": [
"lib/",
"tests/",
"bower.json",
"changelog",
"readme.md",
"sample.html",
"sample_shp.html"
],
"bugs": {
"url": "https://github.com/simogeo/geostats/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simogeo/geostats.git"
},
"main": "./lib/geostats.min.js",
"dependencies": {},
"devDependencies": {},
"engines": {
"node": "*"
},
"license": "MIT"
}