2017-04-02 20:30:54 -04:00

39 lines
742 B
JSON

{
"name": "@turf/difference",
"version": "4.0.0",
"description": "turf difference 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",
"gis"
],
"author": "Turf Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"benchmark": "^1.0.0",
"glob": "~5.0.5",
"tape": "~4.0.0"
},
"dependencies": {
"jsts": "1.3.0",
"@turf/helpers": "^4.0.0"
}
}