File: /home/cafsindia/snap.cafsinfotech.in/node_modules/geojson-vt/package.json
{
"name": "geojson-vt",
"version": "3.2.1",
"description": "Slice GeoJSON data into vector tiles efficiently",
"homepage": "https://github.com/mapbox/geojson-vt",
"keywords": [
"spatial",
"geojson",
"tiles",
"geometry"
],
"author": "Vladimir Agafonkin",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/geojson-vt.git"
},
"module": "src/index.js",
"main": "geojson-vt-dev.js",
"jsdelivr": "geojson-vt.js",
"unpkg": "geojson-vt.js",
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^3.0.2",
"eslint": "^5.2.0",
"eslint-config-mourner": "^2.0.3",
"esm": "^3.0.72",
"nyc": "^12.0.2",
"rollup": "^0.63.4",
"rollup-plugin-uglify": "^4.0.0",
"tape": "^4.9.1",
"watchify": "^3.11.0"
},
"eslintConfig": {
"extends": "mourner",
"parserOptions": {
"sourceType": "module"
},
"globals": {
"topojson": true
}
},
"license": "ISC",
"scripts": {
"pretest": "eslint src/*.js test/*.js debug/viz.js",
"test": "nyc --require esm tape test/test-*.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"build": "rollup -c",
"watch": "rollup -cw",
"prepublishOnly": "npm run test && npm run build"
},
"files": [
"geojson-vt.js",
"geojson-vt-dev.js",
"src"
]
}