turf/packages/turf-explode/package.json
2017-04-02 20:30:54 -04:00

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"
}
}