{ "name": "bpmn-js", "version": "0.0.1", "description": "A bpmn 2.0 toolkit and web modeler", "scripts": { "test": "grunt test" }, "main": "lib/main", "repository": { "type": "git", "url": "https://github.com/bpmn-io/bpmn-js" }, "keywords": [ "bpmn", "toolkit", "web modeler", "modeler", "modeling", "process modeling" ], "author": { "name": "Nico Rehwaldt", "url": "https://github.com/Nikku" }, "browser": { "fs": false }, "contributors": [ { "name": "bpmn.io contributors", "url": "https://github.com/bpmn-io" } ], "devDependencies": { "grunt": "^0.4.4", "grunt-contrib-watch": "~0.5.0", "grunt-contrib-connect": "~0.6.0", "grunt-contrib-jshint": "~0.7.2", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-uglify": "~0.4.0", "grunt-browserify": "~2.0.0", "grunt-jsdoc": "~0.5.1", "grunt-concurrent": "~0.4.0", "grunt-karma": "~0.8.0", "grunt-jasmine-node": "~0.2.1", "grunt-release": "~0.7.0", "load-grunt-tasks": "~0.3.0", "karma": "~0.12.8", "karma-jasmine": "https://github.com/Nikku/karma-jasmine/archive/jasmine-v2.0.0-latest-1.tar.gz", "karma-chrome-launcher": "~0.1.2", "karma-phantomjs-launcher": "0.1.2", "karma-ie-launcher": "^0.1.4", "karma-firefox-launcher": "^0.1.3", "karma-browserify": "~0.2.0", "jsondiffpatch": "~0.1.4", "xsd-schema-validator": "0.0.3", "sax": "~0.6.0", "brfs": "~1.0.0", "lodash": "~2.4.0", "didi": "~0.0.4", "jquery": "~2.1.0", "through": "^2.3.4", "jquery-mousewheel": "^3.1.11" }, "dependencies": { "bpmn-moddle": "~0.0.1", "moddle": "~0.0.4", "diagram-js": "~0.0.2" }, "peerDependencies": { "lodash": "~2.4.0", "didi": "~0.0.4", "jquery": "~2.1.0", "jquery-mousewheel": "^3.1.11" } }