-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "@convergencelabs/convergence-mxgraph-demo",
"version": "0.3.0",
"description": "A mock up of a diagram editor built using mxGraph and Convergence",
"keywords": [
"realtime",
"collaboration",
"mxGraph",
"convergence"
],
"author": {
"name": "Convergence Labs, Inc",
"email": "[email protected]",
"url": "https://convergencelabs.com"
},
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/convergencelabs/mxgraph-demo.git"
},
"bugs": {
"url": "https://github.com/convergencelabs/mxgraph-demo/issues"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "lite-server"
},
"dependencies": {
"@convergence/color-assigner": "0.3.0",
"@convergence/convergence": "^1.0.0-rc.11",
"@convergence/mxgraph-adapter": "0.3.0",
"@fortawesome/fontawesome-free": "5.15.3",
"fs-extra": "10.0.0",
"jquery": "3.5.1",
"lite-server": "2.6.1",
"moment": "2.29.1",
"mxgraph": "4.2.2",
"toastr": "2.1.4"
}
}