-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "@inb/oeb-chart-scatter",
"version": "1.1.4",
"description": "benchmarkingChart_scatter",
"main": "build/build.js",
"devDependencies": {
"apollo-fetch": "^0.7.0",
"clusters": "0.0.4",
"css-loader": "^1.0.0",
"d3": "^5.5.0",
"d3-polygon": "^1.0.5",
"d3-save-svg": "0.0.2",
"html2canvas": "^1.0.0-rc.5",
"jquery": "^3.3.1",
"jspdf": "^1.5.3",
"license-checker": "^25.0.1",
"pareto-frontier": "^1.1.1",
"style-loader": "^0.21.0",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8"
},
"scripts": {
"prod": "webpack-cli src/app.js --output=build/build.js -p;",
"dev": "webpack-cli src/app.js --output=build/build.js -d -w;",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Javier Garrayo <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/inab/OpenEBench_scientific_visualizer.git"
},
"keywords": [
"visualization",
"chart",
"scatter",
"benchmarking",
"openEBench",
"visualizer",
"elixir-europe",
"elixir-spain"
],
"bugs": {
"url": "https://github.com/inab/OpenEBench_scientific_visualizer/issues"
},
"homepage": "https://github.com/inab/OpenEBench_scientific_visualizer#readme"
}