package.json 636 B

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