forked from jgraph/mxgraph-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 749 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 749 Bytes
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
{
"name": "mxgraph",
"version": "4.2.2",
"description": "mxGraph is a fully client side JavaScript diagramming library. It is the underlying technology that powers the drawing functionality that you see in https://www.draw.io.",
"private": true,
"main": "javascript/mxClient.js",
"dependencies": {
},
"devDependencies": {
},
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/jgraph/mxgraph-js.git"
},
"author": {
"name": "JGraph Ltd",
"email": "support@jgraph.com"
},
"license": "mxGraph",
"bugs": {
"url": "https://github.com/jgraph/mxgraph-js/issues"
},
"homepage": "https://github.com/jgraph/mxgraph-js"
}