forked from Turfjs/turf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.15 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"private": true,
"version": "3.0.0",
"description": "a node.js library for performing geospatial operations with geojson",
"scripts": {
"test": "npm run lint && lerna bootstrap && lerna run test",
"lint": "eslint packages",
"prepublish": "node ./scripts/generate-readmes"
},
"repository": {
"type": "git",
"url": "https://github.com/turfjs/turf.git"
},
"keywords": [
"gis",
"geo",
"geojs",
"geospatial",
"geography",
"geometry",
"map",
"contour",
"centroid",
"tin",
"extent",
"geojson",
"grid",
"polygon",
"line",
"point",
"area",
"analysis",
"statistics",
"stats",
"midpoint",
"plane",
"quantile",
"jenks",
"sample"
],
"author": "morganherlocker",
"license": "MIT",
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"devDependencies": {
"@types/geojson": "0.0.31",
"browserify": "^13.0.0",
"d3-queue": "3.0.1",
"documentation": "4.0.0-beta7",
"eslint": "^2.0.0",
"eslint-config-mourner": "^2.0.0",
"lerna": "2.0.0-beta.30",
"typescript": "^2.0.8",
"uglify-js": "~2.4.16"
}
}