{ "name": "bpmn-js", "version": "0.27.6", "description": "A bpmn 2.0 toolkit and web modeler", "scripts": { "all": "run-s lint test distro test:distro", "lint": "eslint .", "dev": "npm test -- --auto-watch --no-single-run", "test": "karma start test/config/karma.unit.js", "distro": "node tasks/build-distro.js", "test:distro": "node tasks/test-distro.js", "prepublishOnly": "run-s distro test:distro" }, "repository": { "type": "git", "url": "https://github.com/bpmn-io/bpmn-js" }, "keywords": [ "bpmn", "bpmn-js", "toolkit", "web modeler", "modeler", "modeling", "process modeling" ], "author": { "name": "Nico Rehwaldt", "url": "https://github.com/nikku" }, "contributors": [ { "name": "bpmn.io contributors", "url": "https://github.com/bpmn-io" } ], "license": "SEE LICENSE IN LICENSE", "devDependencies": { "browser-pack-flat": "^3.0.5", "browserify": "^14.5.0", "browserify-derequire": "^0.9.1", "bundle-collapser": "^1.1.1", "chai": "^4.1.2", "chai-match": "^1.1.1", "common-shakeify": "^0.4.5", "cpx": "^1.5.0", "del": "^3.0.0", "envify": "^4.1.0", "eslint": "^4.14.0", "eslint-plugin-bpmn-io": "^0.5.2", "execa": "^0.8.0", "jsondiffpatch": "^0.1.26", "karma": "^1.7.0", "karma-browserify": "^5.1.1", "karma-chrome-launcher": "^2.1.1", "karma-env-preprocessor": "^0.1.1", "karma-firefox-launcher": "^1.0.1", "karma-ie-launcher": "^1.0.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "karma-safari-launcher": "^1.0.0", "karma-sinon-chai": "^1.3.2", "karma-spec-reporter": "0.0.31", "mkdirp": "^0.5.1", "mocha": "^4.0.1", "mocha-test-container-support": "0.2.0", "npm-run-all": "^4.1.2", "phantomjs-prebuilt": "^2.1.12", "puppeteer": "^0.13.0", "sinon": "^4.0.1", "sinon-chai": "^2.14.0", "stringify": "^5.2.0", "uglify-es": "^3.2.2", "unassertify": "^2.1.0", "watchify": "^3.7.0" }, "dependencies": { "bpmn-font": "^0.8.0", "bpmn-moddle": "^2.1.2", "diagram-js": "^0.28.3", "diagram-js-direct-editing": "^0.22.0", "ids": "^0.2.0", "inherits": "^2.0.1", "lodash": "^3.0.1", "min-dom": "^1.0.0", "object-refs": "^0.1.1", "tiny-svg": "^0.1.3" } }