package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "bpmn-js-example-properties-panel",
  3. "version": "0.0.0",
  4. "description": "A bpmn-js modeler + properties panel example",
  5. "main": "app/index.js",
  6. "scripts": {
  7. "all": "grunt",
  8. "dev": "grunt auto-build"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/bpmn-io/bpmn-js-examples"
  13. },
  14. "keywords": [
  15. "bpmnjs-example"
  16. ],
  17. "author": {
  18. "name": "Nico Rehwaldt",
  19. "url": "https://github.com/nikku"
  20. },
  21. "contributors": [
  22. {
  23. "name": "bpmn.io contributors",
  24. "url": "https://github.com/bpmn-io"
  25. }
  26. ],
  27. "license": "MIT",
  28. "devDependencies": {
  29. "esmify": "^2.1.1",
  30. "grunt": "^1.0.4",
  31. "grunt-browserify": "^5.3.0",
  32. "grunt-contrib-connect": "^2.0.0",
  33. "grunt-contrib-copy": "^1.0.0",
  34. "grunt-contrib-less": "^2.0.0",
  35. "grunt-contrib-watch": "^1.1.0",
  36. "load-grunt-tasks": "^5.0.0",
  37. "stringify": "^5.2.0"
  38. },
  39. "dependencies": {
  40. "bpmn-js": "^7.0.0",
  41. "bpmn-js-properties-panel": "^0.32.0",
  42. "camunda-bpmn-moddle": "^4.0.1",
  43. "diagram-js": "^5.0.0",
  44. "jquery": "^3.4.1",
  45. "min-dash": "^3.5.0",
  46. "x2js": "^3.4.0"
  47. }
  48. }