{ "name": "mapshaper", "version": "0.1.15", "description": "A tool for editing polygon and polyline datasets for mapping.", "keywords": ["shapefile","topojson","geojson","cartography","simplification","topology"], "author": "Matthew Bloch ", "contributors":[], "license":"MPL-2.0", "repository": { "type": "git", "url": "https://github.com/mbloch/mapshaper" }, "engines": { "node": "0.10.x" }, "main": "./mapshaper.js", "dependencies": { "optimist": "0.6.x", "open": "~0.0.3", "iconv-lite": "~0.2.11", "jconv": "~0.1.4", "csv": "~0.3.6" }, "devDependencies": { "mocha": ">= 1.13.0" }, "bin": { "mapshaper": "./bin/mapshaper", "mapshaper-gui": "./bin/mapshaper-gui" } }