-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "evolution-graph-demo",
"version": "1.2.10",
"description": "Demo from the project evolution-graph - https://github.com/nathanssantos/evolution-graph.",
"author": {
"name": "Nathan Silva Santos",
"email": "nathansilvasantos@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathanssantos/evolution-graph-demo.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nathanssantos/evolution-graph-demo/issues"
},
"homepage": "https://nathanssantos.github.io/evolution-graph-demo",
"keywords": [
"animated",
"chart",
"css",
"customizable",
"dependency-free",
"evolution",
"evolution-chart",
"evolution-graph",
"graph",
"javascript",
"js",
"react",
"responsive",
"vanilla",
"vanilla-javascript",
"vanilla-js"
],
"scripts": {
"start": "browser-sync start -f . --server",
"deploy": "gh-pages -d ."
},
"devDependencies": {
"browser-sync": "^2.27.7",
"gh-pages": "^3.2.3"
}
}