{
  "name": "csv2geojson",
  "version": "4.0.0",
  "description": "convert CSV files to GeoJSON",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mapbox/csv2geojson.git"
  },
  "scripts": {
    "test": "mocha -R spec",
    "build": "browserify -s csv2geojson index.js > csv2geojson.js"
  },
  "bin": {
    "csv2geojson": "csv2geojson"
  },
  "license": "BSD",
  "devDependencies": {
    "brfs": "^1.3.0",
    "browserify": "^8.1.3",
    "expect.js": "~0.2.0",
    "mocha": "~1.8",
    "mocha-phantomjs": "~1.1.1"
  },
  "dependencies": {
    "optimist": "~0.6.1",
    "dsv": "0.0.3",
    "sexagesimal": "0.4.0",
    "concat-stream": "~1.0.1"
  }
}
