-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
45 lines (44 loc) · 943 Bytes
/
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
{
"author": "Simon Georget <[email protected]>",
"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"
}