package.json 532 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "drawio-desktop",
  3. "version": "1.0.0",
  4. "description": "draw.io desktop app",
  5. "main": "electron.js",
  6. "scripts":
  7. {
  8. "start": "electron ."
  9. },
  10. "repository":
  11. {
  12. "type": "git",
  13. "url": "git+https://github.com/jgraph/draw.io.git"
  14. },
  15. "keywords": [
  16. "draw.io",
  17. "diagram",
  18. "flowchart",
  19. "UML"
  20. ],
  21. "author": "JGraph",
  22. "license": "GPL-3.0",
  23. "bugs":
  24. {
  25. "url": "https://github.com/jgraph/draw.io/issues"
  26. },
  27. "homepage": "https://github.com/jgraph/draw.io",
  28. "devDependencies":
  29. {
  30. "electron": "^1.4.1"
  31. }
  32. }