-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.68 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
75
76
77
78
79
80
81
82
{
"description": "The **M**odern, **E**xtensible and **I**nteractive **N**umber **E**xploration **L**ibrary (or short: m.e.i.n.e.l.) is a visualization library for various forms of data. It focuses on abstracting the interfaces in a way that one only needs to supply the data and few (optional) parameters to embed visually appealing charts into existing environments. These interfaces are implemented by utilizing Polymer components.",
"repository": {
"type": "git",
"url": "git+https://github.com/openHPI/m.e.i.n.e.l.git"
},
"homepage": "https://github.com/openHPI/m.e.i.n.e.l#readme",
"name": "m.e.i.n.e.l",
"version": "3.0.0",
"main": "src/all-imports.js",
"bugs": {
"url": "https://github.com/openHPI/m.e.i.n.e.l/issues"
},
"license": "UNLICENSED",
"scripts": {
"lint": "eslint src --fix && htmlhint --config .htmlhintrc demo/**/*.html index.html && polymer lint",
"serve": "polymer serve",
"bundle": "gulp bundle",
"analyze": "polymer analyze > analysis.json"
},
"contributors": [
{
"name": "Jakob Edding"
},
{
"name": "Lars Lange"
},
{
"name": "Maximilian Voelkers"
},
{
"name": "Florian Wirtz"
}
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@lrnwebcomponents/count-up": "^2.6.3",
"@polymer/paper-button": "^3.0.1",
"@polymer/polymer": "^3.3.1",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.1",
"lit-element": "^2.3.1",
"plotly.js": "^1.53.0",
"venn.js": "github:benfred/venn.js"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@polymer/iron-component-page": "^4.0.1",
"@polymer/iron-demo-helpers": "^3.1.0",
"@webcomponents/webcomponentsjs": "^2.4.3",
"browserify": "^16.5.1",
"core-js": "^2.6.11",
"eslint": "^6.8.0",
"eslint-plugin-html": "^6.0.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-insert": "^0.5.0",
"gulp-order": "^1.2.0",
"gulp-rollup": "^2.17.0",
"gulp-tap": "^2.0.0",
"gulp-terser-js": "^5.1.2",
"htmlhint": "^0.11.0",
"intersection-observer": "^0.9.0",
"into-stream": "^5.1.1",
"merge-stream": "^2.0.0",
"minify-html-literals": "^1.3.0",
"polymer-build": "^3.1.4",
"polymer-cli": "^1.9.11",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.4",
"vinyl-buffer": "^1.0.1"
}
}