mirror of
https://github.com/Turfjs/turf.git
synced 2026-02-01 16:57:21 +00:00
46 lines
956 B
JSON
46 lines
956 B
JSON
{
|
|
"name": "@turf/explode",
|
|
"version": "4.0.0",
|
|
"description": "turf explode module",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"scripts": {
|
|
"test": "node test.js",
|
|
"bench": "node bench.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Turfjs/turf.git"
|
|
},
|
|
"keywords": [
|
|
"turf",
|
|
"geojson",
|
|
"geospatial",
|
|
"coordinates"
|
|
],
|
|
"author": "Turf Authors",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Turfjs/turf/issues"
|
|
},
|
|
"homepage": "https://github.com/Turfjs/turf",
|
|
"devDependencies": {
|
|
"@turf/helpers": "^4.0.0",
|
|
"benchmark": "^1.0.0",
|
|
"eslint": "^3.14.1",
|
|
"eslint-config-mourner": "^2.0.1",
|
|
"geojson-fixtures": "^0.6.1",
|
|
"load-json-file": "^2.0.0",
|
|
"tape": "^3.5.0",
|
|
"write-json-file": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@turf/meta": "^4.0.0",
|
|
"@turf/helpers": "^4.0.0"
|
|
}
|
|
}
|