-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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
{
"name": "evolution-graph",
"version": "1.2.15",
"description": "Highly customizable, animated, responsive, and dependency-free Evolution Graph implementation. The package is built with Vanilla JavaScript and is used to create flexible data visualizations and present evolution relationships between entities.",
"homepage": "https://github.com/nathanssantos/evolution-graph#readme",
"author": {
"name": "Nathan Silva Santos",
"email": "nathansilvasantos@gmail.com"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nathanssantos/evolution-graph.git"
},
"bugs": {
"url": "https://github.com/nathanssantos/evolution-graph/issues"
},
"keywords": [
"animated",
"chart",
"component",
"css",
"customizable",
"dependency-free",
"evolution",
"evolution-chart",
"evolution-graph",
"front-end",
"graph",
"javascript",
"js",
"react",
"react-component",
"responsive",
"vanilla",
"vanilla-javascript",
"vanilla-js"
],
"license": "MIT"
}