This repository has been archived by the owner on May 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
79 lines (79 loc) · 1.62 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
{
"name": "@chartshq/muze",
"version": "2.0.0",
"description": "Composable visualisation library for web with a data-first approach",
"homepage": "https://muzejs.org",
"author": "Charts.com <[email protected]> (https://charts.com/)",
"main": "dist/muze.js",
"types": "./index.d.ts",
"files": [
"dist",
"README.md",
"package.json",
"index.d.ts",
"LICENSE"
],
"contributors": [
{
"name": "Akash Ghoswami",
"email": "[email protected]"
},
{
"name": "Ranajit Banerjee",
"email": "[email protected]",
"url": "https://github.com/ranajitbanerjee"
},
{
"name": "Mridul Meharia",
"email": "[email protected]",
"url": "https://github.com/mridulmeh"
},
{
"name": "Subhash Haldar"
},
{
"name": "Sandeep Acharya"
},
{
"name": "Rousan Ali",
"email": "[email protected]",
"url": "https://rousan.io"
},
{
"name": "Ujjal Kumar Dutta",
"email": "[email protected]",
"url": "https://github.com/UD-UD"
},
{
"name": "Nakshatra Mukhopadhyay"
},
{
"name": "Adarsh Lilha",
"email": "[email protected]"
},
{
"name": "Swati Mukherjee"
}
],
"keywords": [
"muze",
"svg",
"vector",
"graphics",
"data-visualization",
"visualization",
"renderer",
"relational",
"algebra",
"relation",
"webassembly"
],
"repository": {
"type": "git",
"url": "https://github.com/chartshq/muze"
},
"bugs": {
"url": "https://github.com/chartshq/muze/issues"
},
"dependencies": {}
}