From d379d212e891cb9dc9481743df1d8c51edcc16cc Mon Sep 17 00:00:00 2001 From: gagan-bansal Date: Sat, 22 Feb 2014 14:04:24 +0000 Subject: [PATCH] starting the project --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..7c85e5b --- /dev/null +++ b/package.json @@ -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" + } +}