mirror of
https://github.com/substack/shp2json.git
synced 2026-01-22 04:37:35 +00:00
55 lines
1.0 KiB
JSON
55 lines
1.0 KiB
JSON
{
|
|
"name": "shp2json",
|
|
"description": "Convert shapefile zip archives into GeoJSON using ogr2ogr with a streaming interface",
|
|
"version": "1.3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/shp2json.git"
|
|
},
|
|
"main": "index.js",
|
|
"bin": {
|
|
"shp2json": "bin/cli.js"
|
|
},
|
|
"keywords": [
|
|
"shapefile",
|
|
"shp",
|
|
"zip",
|
|
"stream",
|
|
"convert",
|
|
"geojson",
|
|
"geo",
|
|
"gis",
|
|
"json"
|
|
],
|
|
"directories": {
|
|
"lib": ".",
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/tojson.js"
|
|
},
|
|
"dependencies": {
|
|
"duplexify": "^3.2.0",
|
|
"findit": "0.1.x",
|
|
"from2": "^1.2.0",
|
|
"gdal": "^0.10.1",
|
|
"morestreams": "0.1.x",
|
|
"seq": "0.3.x",
|
|
"through2": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"geojson-assert": "0.0.2",
|
|
"tape": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
}
|
|
}
|