Skip to content

Commit

Permalink
starting the project
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan-bansal committed Feb 22, 2014
0 parents commit d379d21
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "geojson2svg",
"version": "0.0.1",
"description": "Converts geojson to svg string given svg viewport size and maps extent.",
"main": "src/main.js",
"scripts": {
"test": "test/test.js"
},
"keywords": ["maps", "geojson", "svg"],
"auther": "Gagan Bansal",
"license": "MIT",
"dependencies": {
"reproject": "~0.1.1"
}
}

0 comments on commit d379d21

Please sign in to comment.