maxGraph/package.json

31 lines
839 B
JSON
Raw Normal View History

{
2017-12-14 13:42:29 +00:00
"name": "mxgraph",
"description": "mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
2020-10-28 16:11:03 +00:00
"version": "4.2.2",
2017-12-14 13:42:29 +00:00
"homepage": "https://github.com/jgraph/mxgraph",
"author": {
"name": "JGraph Ltd",
"email": "support@jgraph.com"
},
2017-12-14 13:42:29 +00:00
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/jgraph/mxgraph.git"
},
"bugs": {
"url": "https://github.com/jgraph/mxgraph/issues"
},
2017-12-14 13:42:29 +00:00
"main": "./javascript/dist/build.js",
"scripts": {
2018-02-28 22:01:56 +00:00
"prepare": "grunt build --base ./ --gruntfile etc/build/Gruntfile.js"
2017-12-14 13:42:29 +00:00
},
2018-02-28 22:01:56 +00:00
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-webpack": "^2.0.1",
"load-grunt-tasks": "^3.5.2",
"webpack": "^2.2.1"
2017-12-14 13:42:29 +00:00
}
}