-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "turf-difference",
"version": "2.0.0",
"description": "[Turf](http://turfjs.org/) difference module",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"doc": "dox -r < index.js | doxme --readme > README.md"
},
"repository": {
"type": "git",
"url": "git://github.com/Turfjs/turf-difference.git"
},
"keywords": [
"turf",
"gis"
],
"author": "morganherlocker",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf-difference/issues"
},
"homepage": "https://github.com/Turfjs/turf-difference",
"devDependencies": {
"benchmark": "^1.0.0",
"glob": "~5.0.5",
"tape": "~4.0.0",
"dox": "^0.7.1",
"doxme": "^1.8.2"
},
"dependencies": {
"jsts": "~0.15.0",
"turf-featurecollection": "^1.0.1"
}
}