{
  "name": "camunda-modeler",
  "version": "1.2.1",
  "description": "Camunda Modeler for BPMN, DMN and CMMN, based on bpmn.io",
  "main": "app/lib/index.js",
  "scripts": {
    "test": "grunt test",
    "auto-test": "grunt test:watch",
    "all": "grunt",
    "distro": "grunt distro",
    "dev": "grunt auto-build"
  },
  "author": "Camunda BPM <http://camunda.org>",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/camunda/camunda-modeler"
  },
  "browserify": {
    "transform": [
      "babelify",
      [
        "stringify",
        {
          "extensions": [
            ".bpmn",
            ".dmn",
            ".cmmn",
            ".xml",
            ".css",
            ".svg",
            ".png"
          ]
        }
      ]
    ]
  },
  "dependencies": {
    "glob": "^7.0.3",
    "inherits": "^2.0.1",
    "lodash": "^3.10.1"
  },
  "devDependencies": {
    "archiver": "^1.0.0",
    "assert": "~1.3.0",
    "babel-plugin-syntax-jsx": "^6.1.18",
    "babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
    "babel-plugin-transform-react-jsx": "^6.2.0",
    "babelify": "^7.2.0",
    "bootstrap": "^3.3.6",
    "bpmn-js": "^0.16.1",
    "bpmn-js-properties-panel": "^0.8.0",
    "browserify": "^13.0.0",
    "camunda-bpmn-moddle": "^0.5.0",
    "camunda-cmmn-moddle": "^0.1.1",
    "canvg-browser": "^1.0.0",
    "chai": "^3.5.0",
    "cmmn-js": "^0.5.2",
    "cmmn-js-properties-panel": "^0.1.0",
    "codemirror": "^5.12.0",
    "concat-stream": "^1.5.1",
    "debug": "^2.2.0",
    "diagram-js": "^0.16.3",
    "diagram-js-origin": "^0.14.0",
    "dmn-js": "^0.5.0",
    "dom-delegator": "^13.1.0",
    "domify": "^1.4.0",
    "domready": "^1.0.8",
    "drag-tabs": "^0.1.0",
    "electron-connect": "^0.4.2",
    "electron-packager": "^5.1.0",
    "electron-prebuilt": "1.2.5",
    "errorify": "^0.3.1",
    "eslint": "^2.1.0",
    "eslint-plugin-mocha": "^2.0.0",
    "eslint-plugin-react": "^3.16.1",
    "events": "^1.1.0",
    "format": "^0.2.1",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^0.8.2",
    "grunt-contrib-less": "^1.2.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-electron": "^2.0.1",
    "grunt-eslint": "^18.0.0",
    "grunt-focus": "^0.1.1",
    "grunt-karma": "^0.12.1",
    "grunt-mocha-test": "^0.12.7",
    "grunt-release": "^0.13.0",
    "ids": "^0.2.0",
    "karma": "^0.13.21",
    "karma-browserify": "^5.0.1",
    "karma-chrome-launcher": "^1.0.1",
    "karma-mocha": "^0.2.2",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-sinon-chai": "^1.2.0-rc1",
    "karma-spec-reporter": "0.0.24",
    "load-grunt-tasks": "^3.4.0",
    "lolex": "^1.4.0",
    "mocha": "^2.3.3",
    "ncp": "^2.0.0",
    "next-tick": "^0.2.2",
    "phantomjs-prebuilt": "^2.1.4",
    "raf": "^3.1.0",
    "scroll-tabs": "^0.2.0",
    "semver": "^5.1.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0",
    "stringify": "^3.2.0",
    "time-grunt": "^1.3.0",
    "virtual-dom": "^2.1.1",
    "virtual-hook": "^1.0.1",
    "vtree-select": "^2.0.0",
    "watchify": "^3.7.0",
    "which": "^1.2.0"
  }
}
