{
  "name": "solyd-bpmn-moddle",
  "version": "0.0.4",
  "description": "SOLYD moddle extensions for BPMN 2.0 modified from ProcessMaker",
  "scripts": {
    "all": "run-s lint test",
    "lint": "eslint .",
    "lintfix": "eslint . --fix",
    "dev": "npm test -- --watch",
    "test": "mocha -r esm -r ./test/expect --reporter=spec --recursive test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TheSolyd/solyd-bpmn-moddle"
  },
  "keywords": [
    "bpmn",
    "bpmn20",
    "meta-model",
    "moddle",
    "processmaker",
    "solyd"
  ],
  "author": {
    "name": "David Callizaya",
    "url": "https://github.com/caleeli"
  },
  "license": "MIT",
  "devDependencies": {
    "async": "^2.6.0",
    "bpmn-moddle": "^5.1.1",
    "chai": "^4.1.2",
    "eslint": "^4.19.1",
    "eslint-plugin-bpmn-io": "^0.5.2",
    "esm": "^3.0.15",
    "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"
  }
}
