| Current Path : /etc/kibana/node_modules/turf/ |
| Current File : //etc/kibana/node_modules/turf/package.json |
{
"name": "turf",
"version": "3.0.14",
"description": "a JavaScript library for performing geospatial operations with GeoJSON",
"main": "index.js",
"scripts": {
"test": "echo 1",
"prepublish": "npm run build",
"build": "browserify index.js -s turf > turf.js && uglifyjs turf.js -c -m > turf.min.js",
"size": "browserify index.js --full-paths -s turf | uglifyjs -c -m | discify | hcat"
},
"files": [
"index.js",
"bower.json",
"turf.js",
"turf.min.js"
],
"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/morganherlocker/turf/issues"
},
"dependencies": {},
"devDependencies": {},
"cleaned": true
}