{ "name": "mapshaper", "version": "0.1.9", "description": "A tool for topologically aware shape simplification.", "keywords": ["shapefile","topojson","geojson","cartography","simplification"], "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" }, "devDependencies": { "mocha": ">= 1.13.0" }, "bin": { "mapshaper": "./bin/mapshaper", "mapshaper-gui": "./bin/mapshaper-gui" } }