{
  "name": "casemanagement-js-properties-panel",
  "version": "1.0.4",
  "description": "A simple properties panel for cmmn-js",
  "scripts": {
    "lint": "eslint .",
    "all": "run-s lint test build",
    "dev": "npm test -- --no-single-run --auto-watch",
    "build": "run-s build:*",
    "build:less": "lessc --include-path=node_modules styles/properties.less dist/assets/cmmn-js-properties-panel.css",
    "test": "karma start",
    "prepublishOnly": "run-s build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/simpleidserver/casemanagement-js-properties-panel"
  },
  "keywords": [
    "cmmn-js",
    "properties",
    "properties-panel"
  ],
  "author": {
    "name": "SimpleIdServer",
    "url": "https://github.com/simpleidserver"
  },
  "license": "APACHE2.0",
  "devDependencies": {
    "casemanagement-cmmn-moddle": "^1.0.0",
    "chai": "^4.1.2",
    "cmmn-js": "^0.18.1",
    "diagram-js": "^3.3.1",
    "eslint": "^5.2.0",
    "eslint-plugin-bpmn-io": "^0.5.3",
    "karma": "^4.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^1.0.1",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sinon-chai": "^2.0.2",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "^3.0.0",
    "less": "^3.8.0",
    "mocha": "^5.2.0",
    "mocha-test-container-support": "0.2.0",
    "npm-run-all": "^4.1.5",
    "phantomjs-prebuilt": "^2.1.4",
    "puppeteer": "^1.18.0",
    "raw-loader": "^0.5.1",
    "sinon": "^6.1.4",
    "sinon-chai": "^3.2.0",
    "webpack": "^4.16.2"
  },
  "dependencies": {
    "ids": "^0.2.0",
    "inherits": "^2.0.1",
    "lodash": "^4.17.15",
    "min-dom": "^3.0.0",
    "scroll-tabs": "^1.0.1",
    "selection-update": "^0.1.2"
  },
  "peerDependencies": {
    "cmmn-js": ">0.3 <1.0"
  }
}
