mirror of
https://github.com/Turfjs/turf.git
synced 2026-02-01 16:57:21 +00:00
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"version": "3.0.0",
|
|
"description": "a node.js library for performing geospatial operations with geojson",
|
|
"scripts": {
|
|
"test": "npm run lint && lerna bootstrap && lerna run test && npm run types",
|
|
"lint": "eslint packages",
|
|
"types": "tsc",
|
|
"prepublish": "node ./scripts/generate-readmes"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/turfjs/turf.git"
|
|
},
|
|
"keywords": [
|
|
"gis",
|
|
"geo",
|
|
"geojs",
|
|
"geospatial",
|
|
"geography",
|
|
"geometry",
|
|
"map",
|
|
"contour",
|
|
"centroid",
|
|
"tin",
|
|
"extent",
|
|
"geojson",
|
|
"grid",
|
|
"polygon",
|
|
"line",
|
|
"point",
|
|
"area",
|
|
"analysis",
|
|
"statistics",
|
|
"stats",
|
|
"midpoint",
|
|
"plane",
|
|
"quantile",
|
|
"jenks",
|
|
"sample"
|
|
],
|
|
"author": "morganherlocker",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Turfjs/turf/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@types/geojson": "0.0.31",
|
|
"@types/node": "^6.0.56",
|
|
"browserify": "^13.0.0",
|
|
"d3-queue": "3.0.1",
|
|
"documentation": "4.0.0-beta7",
|
|
"eslint": "^2.0.0",
|
|
"eslint-config-mourner": "^2.0.0",
|
|
"lerna": "2.0.0-beta.34",
|
|
"typescript": "^2.2.1",
|
|
"uglify-js": "~2.4.16"
|
|
}
|
|
}
|