turf/package.json

71 lines
1.5 KiB
JSON

{
"private": true,
"version": "4.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/turf-*/index.js",
"postlint": "documentation lint packages/turf-*/index.js",
"types": "tsc",
"docs": "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": "^8.0.28",
"@types/tape": "^4.2.30",
"browserify": "^14.4.0",
"camelcase": "^4.1.0",
"d3-queue": "3.0.7",
"decamelize": "^1.2.0",
"documentation": "4.0.0-beta7",
"eslint": "4.7.2",
"eslint-config-mourner": "2.0.3",
"fs-extra": "^4.0.0",
"lerna": "2.2.0",
"load-json-file": "^3.0.0",
"meow": "^3.7.0",
"progress": "^2.0.0",
"rollup": "^0.50.0",
"tap": "^10.3.2",
"tape": "^4.6.3",
"typescript": "^2.4.1",
"uglify-js": "~3.1.1"
}
}