-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (37 loc) · 935 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": "accessible-svg-graphs",
"version": "1.3.3",
"description": "Typescipt SVG powered graphs, focused on animation and accessibility.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile" : "tsc && esbuild ./index.js --minify --outfile=./index.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/biltAtous/accessible-svg-graphs"
},
"keywords": [
"svg",
"graphs",
"typescript",
"accessibility",
"visualization",
"javascript",
"animation",
"charts",
"data-visualization",
"data",
"bar-chart",
"line-chart",
"progress-bar",
"pie-chart",
"donut-chart"
],
"author": "Billy Basdras",
"license": "MIT",
"bugs": {
"url": "https://github.com/biltAtous/accessible-svg-graphs/issues"
},
"homepage": "https://github.com/biltAtous/accessible-svg-graphs#readme"
}