-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
70 lines (70 loc) · 1.69 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "bertin",
"version": "1.8.5",
"description": "Thematic mapping",
"main": "src/index.js",
"module": "src/index.js",
"jsdelivr": "dist/index.min.js",
"unpkg": "dist/index.min.js",
"exports": {
"umd": "./dist/index.min.js",
"default": "./src/index.js"
},
"files": [
"src",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/neocarto/bertin.git"
},
"keywords": [
"cartography",
"geography",
"semiology",
"maps"
],
"author": "Nicolas Lambert",
"license": "MIT",
"bugs": {
"url": "https://github.com/neocarto/bertin/issues"
},
"homepage": "https://github.com/neocarto/bertin#readme",
"devDependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/intersect": "^6.5.0",
"@turf/random": "^6.5.0",
"d3-array": "^3.2.2",
"d3-contour": "^4.0.0",
"d3-drag": "^3.0.0",
"d3-force": "^3.0.0",
"d3-geo": "^3.0.1",
"d3-geo-projection": "^4.0.0",
"d3-geo-scale-bar": "^1.1.1",
"d3-interpolate": "^3.0.1",
"d3-quadtree": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.1.0",
"d3-tile": "^1.0.0",
"d3-transition": "^3.0.1",
"jsts": "^2.7.0",
"proj4": "^2.7.5",
"rbush": "^3.0.1",
"statsbreaks": "^1.0.0",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1"
},
"scripts": {
"build": "rollup --config",
"prepare": "npm run build"
}
}