forked from e-/Multiclass-Density-Maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 946 Bytes
/
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
{
"name": "multiclassplots",
"version": "0.0.1",
"description": "",
"main": "src/index.ts",
"dependencies": {
"@types/d3": "^5.0.0",
"brace-expansion": "^1.1.11",
"canvas": "^1.6.9",
"jquery": "^3.3.1",
"pngjs": "^3.3.2",
"topojson-client": "^3.0.0"
},
"devDependencies": {
"eslint": "^4.18.1",
"multivariate-normal": "^0.1.1",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2",
"vega-embed": "^3.0.0",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-/MultiClassPlots.git"
},
"author": "",
"license": "BSD 2-Clause",
"bugs": {
"url": "https://github.com/e-/MultiClassPlots/issues"
},
"homepage": "https://github.com/e-/MultiClassPlots#readme"
}