bpmn-js/package.json

90 lines
2.2 KiB
JSON

{
"name": "bpmn-js",
"version": "0.25.2",
"description": "A bpmn 2.0 toolkit and web modeler",
"scripts": {
"all": "grunt",
"dev": "grunt auto-test",
"distro": "grunt build",
"test": "grunt test",
"lint": "grunt lint"
},
"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": "^13.0.0",
"browserify-derequire": "^0.9.1",
"bundle-collapser": "^1.1.1",
"chai": "^4.1.2",
"chai-match": "^1.1.1",
"common-shakeify": "^0.4.4",
"eslint": "^3.19.0",
"eslint-plugin-mocha": "^4.9.0",
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.7.0",
"grunt-eslint": "^19.0.0",
"grunt-karma": "^2.0.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",
"load-grunt-tasks": "^0.3.0",
"mocha": "^4.0.1",
"mocha-test-container-support": "0.2.0",
"phantomjs-prebuilt": "^2.1.12",
"puppeteer": "^0.12.0",
"sinon": "^4.0.1",
"sinon-chai": "^2.14.0",
"source-map-concat": "^1.0.0",
"stringify": "^5.2.0",
"time-grunt": "^0.3.2",
"uglify-es": "^3.1.9",
"unassertify": "^2.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"bpmn-moddle": "^1.3.0",
"diagram-js": "^0.22.5",
"diagram-js-direct-editing": "^0.19.0",
"diagram-js-origin": "^0.15.2",
"ids": "^0.2.0",
"inherits": "^2.0.1",
"lodash": "^3.0.1",
"min-dom": "^0.2.0",
"object-refs": "^0.1.1",
"tiny-svg": "^0.1.3"
}
}