Skip to content

Commit

Permalink
Adding me as contributor.
Browse files Browse the repository at this point in the history
  • Loading branch information
yagoferrer committed Apr 18, 2015
1 parent a2e922c commit 4ef231a
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "OverlappingMarkerSpiderfier",
"version": "0.3.3",
"name": "MarkerSpiderfier",
"version": "0.1.0",
"description": "Deals with overlapping markers in Google Maps JS API v3, Google Earth-style",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jawj/OverlappingMarkerSpiderfier.git"
"url": "https://github.com/yagoferrer/MarkerSpiderfier.git"
},
"keywords": [
"overlapping",
Expand All @@ -17,15 +17,20 @@
"gmaps"
],
"author": "George MacKerron",
"contributors": [{
"name": "Yago Ferrer",
"email": "yago.ferrer@gmail.com"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/jawj/OverlappingMarkerSpiderfier/issues"
"url": "https://github.com/yagoferrer/MarkerSpiderfier/issues"
},
"homepage": "https://github.com/jawj/OverlappingMarkerSpiderfier",
"homepage": "https://github.com/yagoferrer/MarkerSpiderfier",
"devDependencies": {
"bower": "^1.4.1",
"gulp": "^3.6.2",
"gulp-closure-compiler": "^0.2.1",
"gulp-coffee": "^1.4.3",
"gulp-util": "^2.2.14",
"gulp-closure-compiler": "^0.2.1"
"gulp-util": "^2.2.14"
}
}

0 comments on commit 4ef231a

Please sign in to comment.