vacuate
Version:
this is a vacuate realization building on douglas peucker algorithm
26 lines (25 loc) • 629 B
JSON
{
"name": "vacuate",
"version": "1.0.3",
"description": "this is a vacuate realization building on douglas peucker algorithm",
"main": "./dist/vacuate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/betseyliu/vacuate.git",
"keywords": [
"vacuate",
"douglas",
"peucker",
"geojson"
],
"author": "betsey liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/betseyliu/vacuate/issues"
},
"homepage": "https://github.com/betseyliu/vacuate#readme",
"devDependencies": {
"babel-preset-env": "^1.6.1"
}
}