{
  "name": "@bptlab/openbpt-modeler-bpmn-choreography",
  "version": "1.0.0",
  "description": "A fork of the chor-js repository for use in the OpenBPT platform.",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "choreography model",
    "choreography",
    "modeler",
    "browser",
    "choreo-js",
    "toolkit",
    "bpmn"
  ],
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "karma start",
    "bundle": "node bundler.js",
    "prepublishOnly": "npm run bundle",
    "visualTest": "node ./test/testBundler.js"
  },
  "author": {
    "name": "bptlab",
    "url": "https://github.com/bptlab"
  },
  "contributors": [
    {
      "name": "Jan Ladleif",
      "url": "https://github.com/jan-ladleif"
    },
    {
      "name": "Maximilian König"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bptlab/openbpt-modeler-bpmn-choreography"
  },
  "assetTypesToStringify": [
    "bpmn"
  ],
  "browserslist": [
    "last 2 Firefox versions",
    "last 2 Chrome versions",
    "last 2 Safari versions",
    "last 2 Edge versions",
    "last 2 Opera versions",
    "last 2 Baidu versions"
  ],
  "devDependencies": {
    "chai": "^4.5.0",
    "eslint": "^6.8.0",
    "eslint-plugin-bpmn-io": "^0.8.2",
    "karma": "^5.2.3",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.2.0",
    "karma-mocha": "^2.0.1",
    "karma-parcel": "^0.5.2",
    "mocha": "^8.4.0",
    "mocha-test-container-support": "^0.2.0",
    "parcel-bundler": "^1.12.5",
    "parcel-plugin-stringify-anything": "^1.2.0",
    "puppeteer": "^3.3.0",
    "sinon": "^9.2.4",
    "sinon-chai": "^3.7.0",
    "source-map-support": "^0.5.21"
  },
  "dependencies": {
    "bpmn-js": "^7.5.0",
    "diagram-js": "^6.8.2",
    "inherits": "^2.0.4",
    "min-dash": "^3.8.1",
    "tiny-svg": "^2.2.4"
  }
}
