{ "name": "bpmn-js", "version": "0.10.3", "description": "A bpmn 2.0 toolkit and web modeler", "scripts": { "test": "grunt test" }, "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": "LicenseRef-LICENSE", "devDependencies": { "browserify": "^8.1.0", "browserify-derequire": "^0.9.1", "bundle-collapser": "^1.1.1", "chai": "~2.2.0", "grunt": "^0.4.4", "grunt-contrib-copy": "^0.7.0", "grunt-contrib-jshint": "^0.7.2", "grunt-jsdoc": "^0.5.1", "grunt-karma": "^0.8.0", "grunt-release": "^0.7.0", "jsondiffpatch": "^0.1.26", "karma": "^0.12.12", "karma-browserify": "^4.0.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.1.2", "karma-firefox-launcher": "^0.1.3", "karma-ie-launcher": "^0.1.4", "karma-mocha": "~0.1.10", "karma-phantomjs-launcher": "^0.1.2", "karma-safari-launcher": "^0.1.1", "karma-sinon-chai": "~0.3.0", "load-grunt-tasks": "^0.3.0", "mocha-test-container-support": "~0.1.0", "source-map-concat": "^0.4.0", "stringify": "^3.1.0", "sinon": "~1.14.1", "sinon-chai": "~2.7.0", "time-grunt": "^0.3.2", "uglify-js": "^2.4.16" }, "dependencies": { "bpmn-moddle": "^0.8.3", "diagram-js": "^0.10.2", "diagram-js-direct-editing": "^0.10.0", "didi": "^0.0.4", "ids": "^0.1.0", "inherits": "^2.0.1", "lodash": "^3.0.1", "min-dom": "^0.2.0", "object-refs": "^0.1.0" } }