29 lines
779 B
JSON
29 lines
779 B
JSON
{
|
|
"name": "mxgraph",
|
|
"description": "mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
|
|
"version": "3.7.1",
|
|
"homepage": "https://github.com/jgraph/mxgraph",
|
|
"author": "JGraph",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jgraph/mxgraph.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jgraph/mxgraph/issues"
|
|
},
|
|
"main": "./javascript/dist/build.js",
|
|
"scripts": {
|
|
"postinstall": "grunt build"
|
|
},
|
|
"dependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-webpack": "^2.0.1",
|
|
"load-grunt-parent-tasks": "^0.1.1",
|
|
"load-grunt-tasks": "^3.5.2",
|
|
"webpack": "^2.2.1"
|
|
}
|
|
}
|