{
  "name": "shp",
  "version": "3.3.2",
  "description": "A binary shapefile loader, for javascript. Not many caveats",
  "homepage": "https://github.com/calvinmetcalf/shapefile-js",
  "authors": [
    "Calvin Metcalf <calvin.metcalf@state.ma.us>"
  ],
  "main": "dist/shp.js",
  "keywords": [
    "shp",
    "gis",
    "geojson"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
