{
  "name": "@mapbox/geojson-normalize",
  "version": "0.0.1",
  "description": "normalize different geojson forms into featurecollections",
  "main": "index.js",
  "scripts": {
    "test": "eslint index.js && tap test/*.js"
  },
  "bin": {
    "geojson-normalize": "geojson-normalize"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mapbox/geojson-normalize.git"
  },
  "keywords": [
    "geojson",
    "normalize",
    "featurecollection"
  ],
  "author": "Tom MacWright",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/geojson-normalize/issues"
  },
  "homepage": "https://github.com/mapbox/geojson-normalize",
  "devDependencies": {
    "tap": "~0.4.8",
    "eslint": "~1.00.0",
    "eslint-config-unstyled": "^1.1.0"
  }
}