From 235bfb33e49ec72079b387ce81a86dcd92d5de14 Mon Sep 17 00:00:00 2001 From: Simon Georget Date: Fri, 13 Nov 2015 13:34:38 +0100 Subject: [PATCH] Update package.json --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 2efe004..d6b1eb6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,10 @@ { "author": "Simon Georget ", + "contributors": [{ + "name": "dreamind", + "email": "", + "url": "https://github.com/dreamind" + }], "name": "geostats", "description": "A tiny and standalone javascript library for classification and basic statistics", "version": "1.4.0", @@ -12,10 +17,14 @@ "statistics", "math" ], + "bugs": { + "url": "https://github.com/simogeo/geostats/issues" + }, "repository": { "type": "git", "url": "git://github.com/simogeo/geostats.git" }, + "main": "./lib/geostats.min.js", "dependencies": {}, "devDependencies": {},