-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
74 lines (74 loc) · 2.22 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
71
72
73
74
{
"name": "multiclass-density-maps",
"version": "0.1.5",
"description": "",
"main": "dist/ts/index.js",
"types": "dist/ts/index.d.ts",
"dependencies": {
"brace-expansion": "^1.1.11",
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-format": "^1.2.2",
"d3-polygon": "^1.0.3",
"d3-scale": "^2.0.0",
"d3-selection": "^1.3.0",
"d3-transition": "^1.1.1",
"d3-voronoi": "^1.1.2",
"multivariate-normal": "^0.1.1",
"pngjs3": "^3.5.1",
"proj4": "^2.4.4",
"random-seed": "^0.3.0",
"simplify-ts": "^1.0.1",
"tdigest": "^0.1.1",
"topojson-client": "^3.0.0",
"vega": "^4.2.0",
"vega-embed": "^3.3.0"
},
"devDependencies": {
"@types/d3-array": "^1.2.1",
"@types/d3-axis": "^1.0.9",
"@types/d3-contour": "^1.2.1",
"@types/d3-format": "^1.2.1",
"@types/d3-geo": "^1.10.0",
"@types/d3-polygon": "^1.0.5",
"@types/d3-scale": "^2.0.0",
"@types/d3-selection": "^1.3.0",
"@types/d3-transition": "^1.1.1",
"@types/d3-voronoi": "^1.1.7",
"@types/node": "^10.9.4",
"@types/proj4": "^2.3.4",
"@types/random-seed": "^0.3.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"eslint": "^4.19.1",
"ts-loader": "^3.5.0",
"typescript": "^2.8.1",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-server": "^2.11.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"start": "webpack-dev-server --open",
"build": "tsc && webpack --config webpack.prod.js -p --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-/Multiclass-Density-Maps.git"
},
"author": "Jaemin Jo, Frédéric Vernier, Pierre Dragicevic, Jean-Daniel Fekete",
"collaborators": [
"Jaemin Jo <[email protected]>",
"Frédéric Vernier <[email protected]>",
"Pierre Dragicevic <[email protected]",
"Jean-Daniel Fekete <[email protected]"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/e-/Multiclass-Density-Maps/issues"
},
"homepage": "https://github.com/e-/Multiclass-Density-Maps#readme"
}