package.json 839 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "mxgraph",
  3. "description": "mxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.",
  4. "version": "4.2.2",
  5. "homepage": "https://github.com/jgraph/mxgraph",
  6. "author": {
  7. "name": "JGraph Ltd",
  8. "email": "support@jgraph.com"
  9. },
  10. "license": "Apache-2.0",
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/jgraph/mxgraph.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/jgraph/mxgraph/issues"
  17. },
  18. "main": "./javascript/dist/build.js",
  19. "scripts": {
  20. "prepare": "grunt build --base ./ --gruntfile etc/build/Gruntfile.js"
  21. },
  22. "devDependencies": {
  23. "grunt": "^1.0.1",
  24. "grunt-contrib-concat": "^1.0.1",
  25. "grunt-contrib-copy": "^1.0.0",
  26. "grunt-webpack": "^2.0.1",
  27. "load-grunt-tasks": "^3.5.2",
  28. "webpack": "^2.2.1"
  29. }
  30. }