mirror of
https://github.com/wavded/js-shapefile-to-geojson
synced 2024-11-23 14:34:54 +00:00
Added package.json file
Can be used for dependency management in npm-based workflows. To use, add the following in another project's package.json: "js-shapefile-to-geojson": "git://github.com/wavded/js-shapefile-to-geojson.git"
This commit is contained in:
parent
caaf49ad47
commit
2afcdf97d1
25
package.json
Normal file
25
package.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"name": "js-shapefile-to-geojson",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "Convert Shapefiles to GeoJSON in the browser.",
|
||||||
|
"main": "shapefile.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/wavded/js-shapefile-to-geojson.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"shapefile",
|
||||||
|
"geojson",
|
||||||
|
"gis"
|
||||||
|
],
|
||||||
|
"author": "Marc Harter",
|
||||||
|
"license": "MIT",
|
||||||
|
"readmeFilename": "readme.md",
|
||||||
|
"gitHead": "caaf49ad4749f29ab7bc85ecd644c5e81e010e79",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/wavded/js-shapefile-to-geojson/issues"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user