All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "@mapbox/geojson-rewind",
  "version": "0.5.2",
  "description": "enforce winding order for geojson",
  "main": "index.js",
  "bin": "geojson-rewind",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tape test/rewind.js"
  },
  "files": [
    "index.js",
    "geojson-rewind"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/geojson-rewind.git"
  },
  "keywords": [
    "geojson",
    "winding",
    "order",
    "rendering",
    "coordinates"
  ],
  "author": "Tom MacWright",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/geojson-rewind/issues"
  },
  "homepage": "https://github.com/mapbox/geojson-rewind",
  "dependencies": {
    "get-stream": "^6.0.1",
    "minimist": "^1.2.6"
  },
  "devDependencies": {
    "tape": "^5.5.3"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy