{
  "name": "jp-flowable-bpmn-moddle",
  "version": "5.1.6",
  "description": "flowable moddle extensions for BPMN 2.0",
  "scripts": {
    "all": "run-s lint test",
    "lint": "eslint .",
    "dev": "npm test -- --watch",
    "test": "mocha -r ./test/expect --reporter=spec --recursive test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/flowable-bpmn-moddle"
  },
  "keywords": [
    "bpmn",
    "moddle",
    "bpmn20",
    "camunda",
    "meta-model"
  ],
  "author": {
    "name": "Nico Rehwaldt",
    "url": "https://github.com/nikku"
  },
  "contributors": [
    {
      "name": "bpmn.io contributors",
      "url": "https://github.com/bpmn-io"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "async": "^2.6.0",
    "bpmn-moddle": "^6.0.0",
    "chai": "^4.1.2",
    "eslint": "^5.16.0",
    "eslint-plugin-bpmn-io": "^0.8.2",
    "glob": "^7.1.2",
    "jsondiffpatch": "^0.2.5",
    "mocha": "^4.0.1",
    "npm-run-all": "^4.1.2",
    "xsd-schema-validator": "^0.5.0"
  },
  "dependencies": {
    "min-dash": "^3.0.0"
  }
}
