94 lines
2.4 KiB
JSON
94 lines
2.4 KiB
JSON
{
|
|
"name": "bpmn-js",
|
|
"version": "3.3.1",
|
|
"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",
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"chai-match": "^1.1.1",
|
|
"cpx": "^1.5.0",
|
|
"del": "^3.0.0",
|
|
"eslint": "^5.7.0",
|
|
"eslint-plugin-bpmn-io": "^0.6.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"execa": "^1.0.0",
|
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
"karma": "^3.1.1",
|
|
"karma-chrome-launcher": "^2.1.1",
|
|
"karma-coverage": "^1.1.2",
|
|
"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": "^2.0.2",
|
|
"karma-webpack": "^3.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^5.2.0",
|
|
"mocha-test-container-support": "0.2.0",
|
|
"npm-run-all": "^4.1.2",
|
|
"phantomjs-prebuilt": "^2.1.12",
|
|
"puppeteer": "^1.9.0",
|
|
"raw-loader": "^0.5.1",
|
|
"rollup": "^0.66.6",
|
|
"rollup-plugin-commonjs": "^9.1.0",
|
|
"rollup-plugin-json": "^3.1.0",
|
|
"rollup-plugin-license": "^0.8.1",
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
|
"rollup-plugin-replace": "^2.0.0",
|
|
"rollup-plugin-uglify": "^6.0.0",
|
|
"sinon": "^7.1.0",
|
|
"sinon-chai": "^3.2.0",
|
|
"webpack": "^4.16.0"
|
|
},
|
|
"dependencies": {
|
|
"bpmn-font": "^0.8.0",
|
|
"bpmn-moddle": "^5.1.5",
|
|
"css.escape": "^1.5.1",
|
|
"diagram-js": "^3.2.0",
|
|
"diagram-js-direct-editing": "^1.4.2",
|
|
"ids": "^0.2.0",
|
|
"inherits": "^2.0.1",
|
|
"min-dash": "^3.2.0",
|
|
"min-dom": "^3.0.0",
|
|
"object-refs": "^0.3.0",
|
|
"tiny-svg": "^2.2.1"
|
|
}
|
|
}
|